#95CB33

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

Shades of Yellow Green #95CB33

Tints of Yellow Green #95CB33

Color information

#95CB33 (or 0x95CB33) is unknown color: approx Yellow Green. HEX triplet: 95, CB and 33. RGB value is (149,203,51). Sum of RGB (Red+Green+Blue) = 149+203+51=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CB33 is #6A34CC. Grayscale: #AAAAAA. Windows color (decimal): -6960333 or 3394453. OLE color: 3394453.

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

Color convert

RGB14920351-
CMYK0.2700.750.20
HSL81.32º59.84%49.8%-
HSV(B)81.32º74.88%79.61%-
XYZ34.3549.3410.85-
YUV169.5361.11113.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 203 (79.69% from 255) = 50.37%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=36.97%
G=50.37%
B=12.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149203510.2700.750.2081.3259.8449.8
Hex95CB331B04B14513c32
Octal22531363330113241217462
Binary10010101110010111100111101101001011101001010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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