Html Css Color HEX #96DB2C Yellow Green

📋 copy color: '#96DB2C'

red 150 ◦ green 219 ◦ blue 44

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

Shades of Yellow Green #96DB2C

Tints of Yellow Green #96DB2C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.03%

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

R = 36.32%
G = 53.03%
B = 10.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#96DB2C (or 0x96DB2C) is known color: Yellow Green. HEX triplet: 96, DB and 2C. RGB value is (150,219,44). Sum of RGB (Red+Green+Blue) = 150+219+44=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB2C is #6924D3. Grayscale: #B3B3B3. Windows color (decimal): -6890708 or 2939798. OLE color: 2939798.

HSL color Cylindrical-coordinate representation of color #96DB2C: hue angle of 83.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96DB2C is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 44 -
CMYK 0.32 0 0.80 0.14
HSL 83.66º 0.71% 0.52% -
HSV(B) 83.66º 0.8% 0.86% -
XYZ 38.36 57.33 11.43 -
YUV 178.42 52.14 107.73 -
System Red Green Blue C M Y K H S L
Decimal 150 219 44 0.32 0 0.80 0.14 83.66 0.71 0.52
Hex 96 DB 2C 20 0 50 E 54 47 34
Octal 226 333 54 40 0 120 16 124 107 64
Binary 10010110 11011011 101100 100000 0 1010000 1110 1010100 1000111 110100

Color Harmonies of #96DB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB2C

Black with #96DB2C

Text Example


Text Example

White with #96DB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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