Html Css Color HEX #96EE66 Feijoa

📋 copy color: '#96EE66'

red 150 ◦ green 238 ◦ blue 102

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

Shades of Feijoa #96EE66

Tints of Feijoa #96EE66

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

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

R = 30.61%
G = 48.57%
B = 20.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#96EE66 (or 0x96EE66) is known color: Feijoa. HEX triplet: 96, EE and 66. RGB value is (150,238,102). Sum of RGB (Red+Green+Blue) = 150+238+102=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE66 is #691199. Grayscale: #C4C4C4. Windows color (decimal): -6885786 or 6745750. OLE color: 6745750.

HSL color Cylindrical-coordinate representation of color #96EE66: hue angle of 98.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96EE66 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 102 -
CMYK 0.37 0 0.57 0.07
HSL 98.82º 0.8% 0.67% -
HSV(B) 98.82º 0.57% 0.93% -
XYZ 45.55 68.59 23.41 -
YUV 196.18 74.85 95.06 -
System Red Green Blue C M Y K H S L
Decimal 150 238 102 0.37 0 0.57 0.07 98.82 0.8 0.67
Hex 96 EE 66 25 0 39 7 63 50 43
Octal 226 356 146 45 0 71 7 143 120 103
Binary 10010110 11101110 1100110 100101 0 111001 111 1100011 1010000 1000011

Color Harmonies of #96EE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE66

Black with #96EE66

Text Example


Text Example

White with #96EE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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