Html Css Color HEX #96DD27 Yellow Green

📋 copy color: '#96DD27'

red 150 ◦ green 221 ◦ blue 39

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

Shades of Yellow Green #96DD27

Tints of Yellow Green #96DD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.9%

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 36.59%
G = 53.9%
B = 9.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#96DD27 (or 0x96DD27) is known color: Yellow Green. HEX triplet: 96, DD and 27. RGB value is (150,221,39). Sum of RGB (Red+Green+Blue) = 150+221+39=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD27 is #6922D8. Grayscale: #B3B3B3. Windows color (decimal): -6890201 or 2612630. OLE color: 2612630.

HSL color Cylindrical-coordinate representation of color #96DD27: hue angle of 83.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96DD27 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 39 -
CMYK 0.32 0 0.82 0.13
HSL 83.41º 0.73% 0.51% -
HSV(B) 83.41º 0.82% 0.87% -
XYZ 38.8 58.34 11.14 -
YUV 179.02 48.98 107.3 -
System Red Green Blue C M Y K H S L
Decimal 150 221 39 0.32 0 0.82 0.13 83.41 0.73 0.51
Hex 96 DD 27 20 0 52 D 53 49 33
Octal 226 335 47 40 0 122 15 123 111 63
Binary 10010110 11011101 100111 100000 0 1010010 1101 1010011 1001001 110011

Color Harmonies of #96DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD27

Black with #96DD27

Text Example


Text Example

White with #96DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,39); }

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

background-color css

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

 a { background-color: rgb(150,221,39); }

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

border-color css

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

 span { border-color: rgb(150,221,39); }

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