Html Css Color HEX #96FB63 Feijoa

📋 copy color: '#96FB63'

red 150 ◦ green 251 ◦ blue 99

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

Shades of Feijoa #96FB63

Tints of Feijoa #96FB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.8%

R = 30%
G = 50.2%
B = 19.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#96FB63 (or 0x96FB63) is known color: Feijoa. HEX triplet: 96, FB and 63. RGB value is (150,251,99). Sum of RGB (Red+Green+Blue) = 150+251+99=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB63 is #69049C. Grayscale: #CBCBCB. Windows color (decimal): -6882461 or 6552470. OLE color: 6552470.

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

Color convert

RGB 150 251 99 -
CMYK 0.40 0 0.61 0.02
HSL 99.87º 0.95% 0.69% -
HSV(B) 99.87º 0.61% 0.98% -
XYZ 49.33 76.38 23.95 -
YUV 203.47 69.04 89.86 -
System Red Green Blue C M Y K H S L
Decimal 150 251 99 0.40 0 0.61 0.02 99.87 0.95 0.69
Hex 96 FB 63 28 0 3D 2 64 5F 45
Octal 226 373 143 50 0 75 2 144 137 105
Binary 10010110 11111011 1100011 101000 0 111101 10 1100100 1011111 1000101

Color Harmonies of #96FB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB63

Black with #96FB63

Text Example


Text Example

White with #96FB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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