#95CA31

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

Shades of Yellow Green #95CA31

Tints of Yellow Green #95CA31

Color information

#95CA31 (or 0x95CA31) is unknown color: approx Yellow Green. HEX triplet: 95, CA and 31. RGB value is (149,202,49). Sum of RGB (Red+Green+Blue) = 149+202+49=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA31 is #6A35CE. Grayscale: #A9A9A9. Windows color (decimal): -6960591 or 3263125. OLE color: 3263125.

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

Color convert

RGB14920249-
CMYK0.2600.760.21
HSL80.78º60.96%49.22%-
HSV(B)80.78º75.74%79.22%-
XYZ34.0748.8510.54-
YUV168.7160.44113.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 49 (19.53% from 255) = 12.25%
R=37.25%
G=50.5%
B=12.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149202490.2600.760.2180.7860.9649.22
Hex95CA311A04C15513d31
Octal22531261320114251217561
Binary10010101110010101100011101001001100101011010001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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