Html Css Color HEX #96FB64 Feijoa

📋 copy color: '#96FB64'

red 150 ◦ green 251 ◦ blue 100

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

Shades of Feijoa #96FB64

Tints of Feijoa #96FB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 29.94%
G = 50.1%
B = 19.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#96FB64 (or 0x96FB64) is known color: Feijoa. HEX triplet: 96, FB and 64. RGB value is (150,251,100). Sum of RGB (Red+Green+Blue) = 150+251+100=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB64 is #69049B. Grayscale: #CCCCCC. Windows color (decimal): -6882460 or 6618006. OLE color: 6618006.

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

Color convert

RGB 150 251 100 -
CMYK 0.40 0 0.60 0.02
HSL 100.13º 0.95% 0.69% -
HSV(B) 100.13º 0.6% 0.98% -
XYZ 49.38 76.4 24.2 -
YUV 203.59 69.54 89.78 -
System Red Green Blue C M Y K H S L
Decimal 150 251 100 0.40 0 0.60 0.02 100.13 0.95 0.69
Hex 96 FB 64 28 0 3C 2 64 5F 45
Octal 226 373 144 50 0 74 2 144 137 105
Binary 10010110 11111011 1100100 101000 0 111100 10 1100100 1011111 1000101

Color Harmonies of #96FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB64

Black with #96FB64

Text Example


Text Example

White with #96FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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