#94F332

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

Shades of Green Yellow #94F332

Tints of Green Yellow #94F332

Color information

#94F332 (or 0x94F332) is unknown color: approx Green Yellow. HEX triplet: 94, F3 and 32. RGB value is (148,243,50). Sum of RGB (Red+Green+Blue) = 148+243+50=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #94F332 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F332 is #6B0CCD. Grayscale: #C1C1C1. Windows color (decimal): -7015630 or 3339156. OLE color: 3339156.

HSL color Cylindrical-coordinate representation of color #94F332: hue angle of 89.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94F332 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB14824350-
CMYK0.3900.790.05
HSL89.53º88.94%57.45%-
HSV(B)89.53º79.42%95.29%-
XYZ44.8470.6314.29-
YUV192.5947.5396.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 243 (95.31% from 255) = 55.10%
BLUE value IS 50 (19.92% from 255) = 11.34%
R=33.56%
G=55.10%
B=11.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148243500.3900.790.0589.5388.9457.45
Hex94F3322704F55a5939
Octal22436362470117513213171
Binary10010100111100111100101001110100111110110110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,50); }

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

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

 a { background-color: rgb(148,243,50); }

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

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

 span { border-color: rgb(148,243,50); }

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