#96DC25

Color #96DC25 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #96DC25

Tints of Yellow Green #96DC25

Color information

#96DC25 (or 0x96DC25) is unknown color: approx Yellow Green. HEX triplet: 96, DC and 25. RGB value is (150,220,37). Sum of RGB (Red+Green+Blue) = 150+220+37=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC25 is #6923DA. Grayscale: #B2B2B2. Windows color (decimal): -6890459 or 2481302. OLE color: 2481302.

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

Color convert

RGB15022037-
CMYK0.3200.830.14
HSL82.95º72.33%50.39%-
HSV(B)82.95º83.18%86.27%-
XYZ38.557.810.88-
YUV178.2148.31107.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 37 (14.84% from 255) = 9.09%
R=36.86%
G=54.05%
B=9.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150220370.3200.830.1482.9572.3350.39
Hex96DC2520053E534832
Octal226334454001231612311062
Binary100101101101110010010110000001010011111010100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96DC25;
 }
 .AnyTagClassName
 {
   color: #96DC25;
 }
</style>
background-color css

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

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

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

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

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

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