#96DC1B

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

Shades of Yellow Green #96DC1B

Tints of Yellow Green #96DC1B

Color information

#96DC1B (or 0x96DC1B) is unknown color: approx Yellow Green. HEX triplet: 96, DC and 1B. RGB value is (150,220,27). Sum of RGB (Red+Green+Blue) = 150+220+27=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC1B is #6923E4. Grayscale: #B1B1B1. Windows color (decimal): -6890469 or 1825942. OLE color: 1825942.

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

Color convert

RGB15022027-
CMYK0.3200.880.14
HSL81.76º78.14%48.43%-
HSV(B)81.76º87.73%86.27%-
XYZ38.3757.7510.16-
YUV177.0743.31108.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 27 (10.94% from 255) = 6.80%
R=37.78%
G=55.42%
B=6.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150220270.3200.880.1481.7678.1448.43
Hex96DC1B20058E524e30
Octal226334334001301612211660
Binary10010110110111001101110000001011000111010100101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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