Html Css Color HEX #96E866 Feijoa

📋 copy color: '#96E866'

red 150 ◦ green 232 ◦ blue 102

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

Shades of Feijoa #96E866

Tints of Feijoa #96E866

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 30.99%
G = 47.93%
B = 21.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#96E866 (or 0x96E866) is known color: Feijoa. HEX triplet: 96, E8 and 66. RGB value is (150,232,102). Sum of RGB (Red+Green+Blue) = 150+232+102=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #96E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E866 is #691799. Grayscale: #C1C1C1. Windows color (decimal): -6887322 or 6744214. OLE color: 6744214.

HSL color Cylindrical-coordinate representation of color #96E866: hue angle of 97.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E866 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 102 -
CMYK 0.35 0 0.56 0.09
HSL 97.85º 0.74% 0.65% -
HSV(B) 97.85º 0.56% 0.91% -
XYZ 43.83 65.16 22.84 -
YUV 192.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 150 232 102 0.35 0 0.56 0.09 97.85 0.74 0.65
Hex 96 E8 66 23 0 38 9 62 4A 41
Octal 226 350 146 43 0 70 11 142 112 101
Binary 10010110 11101000 1100110 100011 0 111000 1001 1100010 1001010 1000001

Color Harmonies of #96E866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E866

Black with #96E866

Text Example


Text Example

White with #96E866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,102); }

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

background-color css

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

 a { background-color: rgb(150,232,102); }

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

border-color css

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

 span { border-color: rgb(150,232,102); }

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