#96CE35

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

Shades of Yellow Green #96CE35

Tints of Yellow Green #96CE35

Color information

#96CE35 (or 0x96CE35) is unknown color: approx Yellow Green. HEX triplet: 96, CE and 35. RGB value is (150,206,53). Sum of RGB (Red+Green+Blue) = 150+206+53=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE35 is #6931CA. Grayscale: #ACACAC. Windows color (decimal): -6894027 or 3526294. OLE color: 3526294.

HSL color Cylindrical-coordinate representation of color #96CE35: hue angle of 81.96º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96CE35 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB15020653-
CMYK0.2700.740.19
HSL81.96º60.96%50.78%-
HSV(B)81.96º74.27%80.78%-
XYZ35.2950.8811.33-
YUV171.8160.95112.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 206 (80.86% from 255) = 50.37%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=36.67%
G=50.37%
B=12.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150206530.2700.740.1981.9660.9650.78
Hex96CE351B04A13523d33
Octal22631665330112231227563
Binary10010110110011101101011101101001010100111010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,53); }

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

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

 a { background-color: rgb(150,206,53); }

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

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

 span { border-color: rgb(150,206,53); }

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