#94F402

Color #94F402 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #94F402

Tints of Spring Bud #94F402

Color information

#94F402 (or 0x94F402) is unknown color: approx Spring Bud. HEX triplet: 94, F4 and 02. RGB value is (148,244,2). Sum of RGB (Red+Green+Blue) = 148+244+2=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #94F402 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F402 is #6B0BFD. Grayscale: #BCBCBC. Windows color (decimal): -7015422 or 193684. OLE color: 193684.

HSL color Cylindrical-coordinate representation of color #94F402: hue angle of 83.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94F402 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB1482442-
CMYK0.3900.990.04
HSL83.8º98.37%48.24%-
HSV(B)83.8º99.18%95.69%-
XYZ44.577111.41-
YUV187.7123.299.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 244 (95.70% from 255) = 61.93%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=37.56%
G=61.93%
B=0.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14824420.3900.990.0483.898.3748.24
Hex94F42270634546230
Octal2243642470143412414260
Binary1001010011110100101001110110001110010101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,244,2); }

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

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

 a { background-color: rgb(148,244,2); }

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

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

 span { border-color: rgb(148,244,2); }

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