Html Css Color HEX #96E463 Feijoa

📋 copy color: '#96E463'

red 150 ◦ green 228 ◦ blue 99

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

Shades of Feijoa #96E463

Tints of Feijoa #96E463

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.8%

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

R = 31.45%
G = 47.8%
B = 20.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#96E463 (or 0x96E463) is known color: Feijoa. HEX triplet: 96, E4 and 63. RGB value is (150,228,99). Sum of RGB (Red+Green+Blue) = 150+228+99=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #96E463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E463 is #691B9C. Grayscale: #BEBEBE. Windows color (decimal): -6888349 or 6546582. OLE color: 6546582.

HSL color Cylindrical-coordinate representation of color #96E463: hue angle of 96.28º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96E463 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 99 -
CMYK 0.34 0 0.57 0.11
HSL 96.28º 0.7% 0.64% -
HSV(B) 96.28º 0.57% 0.89% -
XYZ 42.57 62.87 21.7 -
YUV 189.97 76.66 99.49 -
System Red Green Blue C M Y K H S L
Decimal 150 228 99 0.34 0 0.57 0.11 96.28 0.7 0.64
Hex 96 E4 63 22 0 39 B 60 46 40
Octal 226 344 143 42 0 71 13 140 106 100
Binary 10010110 11100100 1100011 100010 0 111001 1011 1100000 1000110 1000000

Color Harmonies of #96E463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E463

Black with #96E463

Text Example


Text Example

White with #96E463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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