Html Css Color HEX #94F210 Spring Bud

📋 copy color: '#94F210'

red 148 ◦ green 242 ◦ blue 16

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

Shades of Spring Bud #94F210

Tints of Spring Bud #94F210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 36.45%
G = 59.61%
B = 3.94%

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

#94F210 (or 0x94F210) is known color: Spring Bud. HEX triplet: 94, F2 and 10. RGB value is (148,242,16). Sum of RGB (Red+Green+Blue) = 148+242+16=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #94F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F210 is #6B0DEF. Grayscale: #BCBCBC. Windows color (decimal): -7015920 or 1110676. OLE color: 1110676.

HSL color Cylindrical-coordinate representation of color #94F210: hue angle of 84.96º 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 #94F210 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 16 -
CMYK 0.39 0 0.93 0.05
HSL 84.96º 0.9% 0.51% -
HSV(B) 84.96º 0.93% 0.95% -
XYZ 44.06 69.84 11.65 -
YUV 188.13 30.86 99.38 -
System Red Green Blue C M Y K H S L
Decimal 148 242 16 0.39 0 0.93 0.05 84.96 0.9 0.51
Hex 94 F2 10 27 0 5D 5 55 5A 33
Octal 224 362 20 47 0 135 5 125 132 63
Binary 10010100 11110010 10000 100111 0 1011101 101 1010101 1011010 110011

Color Harmonies of #94F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F210

Black with #94F210

Text Example


Text Example

White with #94F210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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