#95CA33

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

Shades of Yellow Green #95CA33

Tints of Yellow Green #95CA33

Color information

#95CA33 (or 0x95CA33) is unknown color: approx Yellow Green. HEX triplet: 95, CA and 33. RGB value is (149,202,51). Sum of RGB (Red+Green+Blue) = 149+202+51=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA33 is #6A35CC. Grayscale: #A9A9A9. Windows color (decimal): -6960589 or 3394197. OLE color: 3394197.

HSL color Cylindrical-coordinate representation of color #95CA33: hue angle of 81.06º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95CA33 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB14920251-
CMYK0.2600.750.21
HSL81.06º59.68%49.61%-
HSV(B)81.06º74.75%79.22%-
XYZ34.1148.8710.77-
YUV168.9461.44113.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 51 (20.31% from 255) = 12.69%
R=37.06%
G=50.25%
B=12.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149202510.2600.750.2181.0659.6849.61
Hex95CA331A04B15513c32
Octal22531263320113251217462
Binary10010101110010101100111101001001011101011010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CA33; }

 p { color: rgb(149,202,51); }

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

<style>
 a { background-color: #95CA33; }

 a { background-color: rgb(149,202,51); }

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

<style>
 span { border-color: #95CA33; }

 span { border-color: rgb(149,202,51); }

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