Html Css Color HEX #96FB66 Feijoa

📋 copy color: '#96FB66'

red 150 ◦ green 251 ◦ blue 102

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

Shades of Feijoa #96FB66

Tints of Feijoa #96FB66

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.9%

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

R = 29.82%
G = 49.9%
B = 20.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#96FB66 (or 0x96FB66) is known color: Feijoa. HEX triplet: 96, FB and 66. RGB value is (150,251,102). Sum of RGB (Red+Green+Blue) = 150+251+102=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB66 is #690499. Grayscale: #CCCCCC. Windows color (decimal): -6882458 or 6749078. OLE color: 6749078.

HSL color Cylindrical-coordinate representation of color #96FB66: hue angle of 100.67º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96FB66 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 102 -
CMYK 0.40 0 0.59 0.02
HSL 100.67º 0.95% 0.69% -
HSV(B) 100.67º 0.59% 0.98% -
XYZ 49.47 76.44 24.72 -
YUV 203.82 70.54 89.62 -
System Red Green Blue C M Y K H S L
Decimal 150 251 102 0.40 0 0.59 0.02 100.67 0.95 0.69
Hex 96 FB 66 28 0 3B 2 65 5F 45
Octal 226 373 146 50 0 73 2 145 137 105
Binary 10010110 11111011 1100110 101000 0 111011 10 1100101 1011111 1000101

Color Harmonies of #96FB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB66

Black with #96FB66

Text Example


Text Example

White with #96FB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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