Html Css Color HEX #99F20E Spring Bud

📋 copy color: '#99F20E'

red 153 ◦ green 242 ◦ blue 14

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

Shades of Spring Bud #99F20E

Tints of Spring Bud #99F20E

RGB

 RED value IS 153 (60.16% from 255) = 37.41%

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

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 37.41%
G = 59.17%
B = 3.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#99F20E (or 0x99F20E) is known color: Spring Bud. HEX triplet: 99, F2 and 0E. RGB value is (153,242,14). Sum of RGB (Red+Green+Blue) = 153+242+14=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #99F20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F20E is #660DF1. Grayscale: #BEBEBE. Windows color (decimal): -6688242 or 979609. OLE color: 979609.

HSL color Cylindrical-coordinate representation of color #99F20E: hue angle of 83.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99F20E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 14 -
CMYK 0.37 0 0.94 0.05
HSL 83.42º 0.9% 0.5% -
HSV(B) 83.42º 0.94% 0.95% -
XYZ 44.97 70.31 11.62 -
YUV 189.4 29.01 102.04 -
System Red Green Blue C M Y K H S L
Decimal 153 242 14 0.37 0 0.94 0.05 83.42 0.9 0.5
Hex 99 F2 E 25 0 5E 5 53 5A 32
Octal 231 362 16 45 0 136 5 123 132 62
Binary 10011001 11110010 1110 100101 0 1011110 101 1010011 1011010 110010

Color Harmonies of #99F20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F20E

Black with #99F20E

Text Example


Text Example

White with #99F20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99F20E; }

 p { color: rgb(153,242,14); }

 H1.HeaderClassName
 {
   color: #99F20E;
 }
 .AnyTagClassName
 {
   color: #99F20E;
 }
</style>

background-color css

<style>
 a { background-color: #99F20E; }

 a { background-color: rgb(153,242,14); }

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

border-color css

<style>
 span { border-color: #99F20E; }

 span { border-color: rgb(153,242,14); }

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