Html Css Color HEX #96DC27 Yellow Green

📋 copy color: '#96DC27'

red 150 ◦ green 220 ◦ blue 39

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

Shades of Yellow Green #96DC27

Tints of Yellow Green #96DC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.79%

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

R = 36.67%
G = 53.79%
B = 9.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#96DC27 (or 0x96DC27) is known color: Yellow Green. HEX triplet: 96, DC and 27. RGB value is (150,220,39). Sum of RGB (Red+Green+Blue) = 150+220+39=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC27 is #6923D8. Grayscale: #B3B3B3. Windows color (decimal): -6890457 or 2612374. OLE color: 2612374.

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

Color convert

RGB 150 220 39 -
CMYK 0.32 0 0.82 0.14
HSL 83.2º 0.72% 0.51% -
HSV(B) 83.2º 0.82% 0.86% -
XYZ 38.54 57.82 11.05 -
YUV 178.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 150 220 39 0.32 0 0.82 0.14 83.2 0.72 0.51
Hex 96 DC 27 20 0 52 E 53 48 33
Octal 226 334 47 40 0 122 16 123 110 63
Binary 10010110 11011100 100111 100000 0 1010010 1110 1010011 1001000 110011

Color Harmonies of #96DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC27

Black with #96DC27

Text Example


Text Example

White with #96DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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