Html Css Color HEX #94F212 Spring Bud

📋 copy color: '#94F212'

red 148 ◦ green 242 ◦ blue 18

#94F212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #94F212

Tints of Spring Bud #94F212

RGB

 RED value IS 148 (58.2% from 255) = 36.27%

 GREEN value IS 242 (94.92% from 255) = 59.31%

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 36.27%
G = 59.31%
B = 4.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#94F212 (or 0x94F212) is known color: Spring Bud. HEX triplet: 94, F2 and 12. RGB value is (148,242,18). Sum of RGB (Red+Green+Blue) = 148+242+18=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #94F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F212 is #6B0DED. Grayscale: #BDBDBD. Windows color (decimal): -7015918 or 1241748. OLE color: 1241748.

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

Color convert

RGB 148 242 18 -
CMYK 0.39 0 0.93 0.05
HSL 85.18º 0.9% 0.51% -
HSV(B) 85.18º 0.93% 0.95% -
XYZ 44.07 69.84 11.73 -
YUV 188.36 31.86 99.21 -
System Red Green Blue C M Y K H S L
Decimal 148 242 18 0.39 0 0.93 0.05 85.18 0.9 0.51
Hex 94 F2 12 27 0 5D 5 55 5A 33
Octal 224 362 22 47 0 135 5 125 132 63
Binary 10010100 11110010 10010 100111 0 1011101 101 1010101 1011010 110011

Color Harmonies of #94F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F212

Black with #94F212

Text Example


Text Example

White with #94F212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94F212;
 }
 .AnyTagClassName
 {
   color: #94F212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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