Html Css Color HEX #96F368 Feijoa

📋 copy color: '#96F368'

red 150 ◦ green 243 ◦ blue 104

#96F368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #96F368

Tints of Feijoa #96F368

RGB

 RED value IS 150 (58.98% from 255) = 30.18%

 GREEN value IS 243 (95.31% from 255) = 48.89%

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 30.18%
G = 48.89%
B = 20.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96F368 (or 0x96F368) is known color: Feijoa. HEX triplet: 96, F3 and 68. RGB value is (150,243,104). Sum of RGB (Red+Green+Blue) = 150+243+104=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #96F368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F368 is #690C97. Grayscale: #C7C7C7. Windows color (decimal): -6884504 or 6878102. OLE color: 6878102.

HSL color Cylindrical-coordinate representation of color #96F368: hue angle of 100.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F368 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 104 -
CMYK 0.38 0 0.57 0.05
HSL 100.14º 0.85% 0.68% -
HSV(B) 100.14º 0.57% 0.95% -
XYZ 47.13 71.58 24.43 -
YUV 199.35 74.19 92.8 -
System Red Green Blue C M Y K H S L
Decimal 150 243 104 0.38 0 0.57 0.05 100.14 0.85 0.68
Hex 96 F3 68 26 0 39 5 64 55 44
Octal 226 363 150 46 0 71 5 144 125 104
Binary 10010110 11110011 1101000 100110 0 111001 101 1100100 1010101 1000100

Color Harmonies of #96F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F368

Black with #96F368

Text Example


Text Example

White with #96F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F368; }

 p { color: rgb(150,243,104); }

 H1.HeaderClassName
 {
   color: #96F368;
 }
 .AnyTagClassName
 {
   color: #96F368;
 }
</style>

background-color css

<style>
 a { background-color: #96F368; }

 a { background-color: rgb(150,243,104); }

 div.DivClassName
 {
   background-color: #96F368;
 }
 .BgClassName
 {
   background-color: #96F368;
 }
</style>

border-color css

<style>
 span { border-color: #96F368; }

 span { border-color: rgb(150,243,104); }

 td.TdClassName
 {
   border-color: #96F368;
 }
 .TagClassName
 {
   border-color: #96F368;
 }
</style>