Html Css Color HEX #96CC2C Yellow Green

📋 copy color: '#96CC2C'

red 150 ◦ green 204 ◦ blue 44

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

Shades of Yellow Green #96CC2C

Tints of Yellow Green #96CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 37.69%
G = 51.26%
B = 11.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#96CC2C (or 0x96CC2C) is known color: Yellow Green. HEX triplet: 96, CC and 2C. RGB value is (150,204,44). Sum of RGB (Red+Green+Blue) = 150+204+44=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC2C is #6933D3. Grayscale: #AAAAAA. Windows color (decimal): -6894548 or 2935958. OLE color: 2935958.

HSL color Cylindrical-coordinate representation of color #96CC2C: hue angle of 80.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96CC2C is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 44 -
CMYK 0.26 0 0.78 0.2
HSL 80.25º 0.65% 0.49% -
HSV(B) 80.25º 0.78% 0.8% -
XYZ 34.63 49.85 10.18 -
YUV 169.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 150 204 44 0.26 0 0.78 0.2 80.25 0.65 0.49
Hex 96 CC 2C 1A 0 4E 14 50 41 31
Octal 226 314 54 32 0 116 24 120 101 61
Binary 10010110 11001100 101100 11010 0 1001110 10100 1010000 1000001 110001

Color Harmonies of #96CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC2C

Black with #96CC2C

Text Example


Text Example

White with #96CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,44); }

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

background-color css

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

 a { background-color: rgb(150,204,44); }

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

border-color css

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

 span { border-color: rgb(150,204,44); }

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