#94F227

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

Shades of Green Yellow #94F227

Tints of Green Yellow #94F227

Color information

#94F227 (or 0x94F227) is unknown color: approx Green Yellow. HEX triplet: 94, F2 and 27. RGB value is (148,242,39). Sum of RGB (Red+Green+Blue) = 148+242+39=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #94F227 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F227 is #6B0DD8. Grayscale: #BFBFBF. Windows color (decimal): -7015897 or 2618004. OLE color: 2618004.

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

Color convert

RGB14824239-
CMYK0.3900.840.05
HSL87.78º88.65%55.1%-
HSV(B)87.78º83.88%94.9%-
XYZ44.3369.9513.08-
YUV190.7542.3697.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 242 (94.92% from 255) = 56.41%
BLUE value IS 39 (15.62% from 255) = 9.09%
R=34.50%
G=56.41%
B=9.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148242390.3900.840.0587.7888.6555.1
Hex94F227270545585937
Octal22436247470124513013167
Binary10010100111100101001111001110101010010110110001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,39); }

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

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

 a { background-color: rgb(148,242,39); }

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

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

 span { border-color: rgb(148,242,39); }

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