#94CA31

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

Shades of Yellow Green #94CA31

Tints of Yellow Green #94CA31

Color information

#94CA31 (or 0x94CA31) is unknown color: approx Yellow Green. HEX triplet: 94, CA and 31. RGB value is (148,202,49). Sum of RGB (Red+Green+Blue) = 148+202+49=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA31 is #6B35CE. Grayscale: #A8A8A8. Windows color (decimal): -7026127 or 3263124. OLE color: 3263124.

HSL color Cylindrical-coordinate representation of color #94CA31: hue angle of 81.18º 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 #94CA31 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB14820249-
CMYK0.2700.760.21
HSL81.18º60.96%49.22%-
HSV(B)81.18º75.74%79.22%-
XYZ33.8948.7610.53-
YUV168.4160.61113.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=37.09%
G=50.63%
B=12.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148202490.2700.760.2181.1860.9649.22
Hex94CA311B04C15513d31
Octal22431261330114251217561
Binary10010100110010101100011101101001100101011010001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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