Html Css Color HEX #96CF33 Yellow Green

📋 copy color: '#96CF33'

red 150 ◦ green 207 ◦ blue 51

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

Shades of Yellow Green #96CF33

Tints of Yellow Green #96CF33

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.74%

 BLUE value IS 51 (20.31% from 255) = 12.5%

R = 36.76%
G = 50.74%
B = 12.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#96CF33 (or 0x96CF33) is known color: Yellow Green. HEX triplet: 96, CF and 33. RGB value is (150,207,51). Sum of RGB (Red+Green+Blue) = 150+207+51=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF33 is #6930CC. Grayscale: #ACACAC. Windows color (decimal): -6893773 or 3395478. OLE color: 3395478.

HSL color Cylindrical-coordinate representation of color #96CF33: hue angle of 81.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96CF33 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 51 -
CMYK 0.28 0 0.75 0.19
HSL 81.92º 0.62% 0.51% -
HSV(B) 81.92º 0.75% 0.81% -
XYZ 35.49 51.35 11.17 -
YUV 172.17 59.62 112.18 -
System Red Green Blue C M Y K H S L
Decimal 150 207 51 0.28 0 0.75 0.19 81.92 0.62 0.51
Hex 96 CF 33 1C 0 4B 13 52 3E 33
Octal 226 317 63 34 0 113 23 122 76 63
Binary 10010110 11001111 110011 11100 0 1001011 10011 1010010 111110 110011

Color Harmonies of #96CF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF33

Black with #96CF33

Text Example


Text Example

White with #96CF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,51); }

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

background-color css

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

 a { background-color: rgb(150,207,51); }

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

border-color css

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

 span { border-color: rgb(150,207,51); }

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