#94CA33

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

Shades of Yellow Green #94CA33

Tints of Yellow Green #94CA33

Color information

#94CA33 (or 0x94CA33) is unknown color: approx Yellow Green. HEX triplet: 94, CA and 33. RGB value is (148,202,51). Sum of RGB (Red+Green+Blue) = 148+202+51=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA33 is #6B35CC. Grayscale: #A9A9A9. Windows color (decimal): -7026125 or 3394196. OLE color: 3394196.

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

Color convert

RGB14820251-
CMYK0.2700.750.21
HSL81.46º59.68%49.61%-
HSV(B)81.46º74.75%79.22%-
XYZ33.9348.7810.76-
YUV168.6461.61113.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=36.91%
G=50.37%
B=12.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148202510.2700.750.2181.4659.6849.61
Hex94CA331B04B15513c32
Octal22431263330113251217462
Binary10010100110010101100111101101001011101011010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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