#94D233

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

Shades of Yellow Green #94D233

Tints of Yellow Green #94D233

Color information

#94D233 (or 0x94D233) is unknown color: approx Yellow Green. HEX triplet: 94, D2 and 33. RGB value is (148,210,51). Sum of RGB (Red+Green+Blue) = 148+210+51=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #94D233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D233 is #6B2DCC. Grayscale: #ADADAD. Windows color (decimal): -7024077 or 3396244. OLE color: 3396244.

HSL color Cylindrical-coordinate representation of color #94D233: hue angle of 83.4º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94D233 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB14821051-
CMYK0.3000.760.18
HSL83.4º63.86%51.18%-
HSV(B)83.4º75.71%82.35%-
XYZ35.8652.6311.4-
YUV173.3458.96109.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 210 (82.42% from 255) = 51.34%
BLUE value IS 51 (20.31% from 255) = 12.47%
R=36.19%
G=51.34%
B=12.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148210510.3000.760.1883.463.8651.18
Hex94D2331E04C12534033
Octal224322633601142212310063
Binary100101001101001011001111110010011001001010100111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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