Html Css Color HEX #99F818 Spring Bud

📋 copy color: '#99F818'

red 153 ◦ green 248 ◦ blue 24

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

Shades of Spring Bud #99F818

Tints of Spring Bud #99F818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.35%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 36%
G = 58.35%
B = 5.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#99F818 (or 0x99F818) is known color: Spring Bud. HEX triplet: 99, F8 and 18. RGB value is (153,248,24). Sum of RGB (Red+Green+Blue) = 153+248+24=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #99F818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F818 is #6607E7. Grayscale: #C2C2C2. Windows color (decimal): -6686696 or 1636505. OLE color: 1636505.

HSL color Cylindrical-coordinate representation of color #99F818: hue angle of 85.45º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99F818 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 248 24 -
CMYK 0.38 0 0.90 0.03
HSL 85.45º 0.94% 0.53% -
HSV(B) 85.45º 0.9% 0.97% -
XYZ 46.87 73.97 12.67 -
YUV 194.06 32.03 98.71 -
System Red Green Blue C M Y K H S L
Decimal 153 248 24 0.38 0 0.90 0.03 85.45 0.94 0.53
Hex 99 F8 18 26 0 5A 3 55 5E 35
Octal 231 370 30 46 0 132 3 125 136 65
Binary 10011001 11111000 11000 100110 0 1011010 11 1010101 1011110 110101

Color Harmonies of #99F818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F818

Black with #99F818

Text Example


Text Example

White with #99F818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,248,24); }

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

background-color css

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

 a { background-color: rgb(153,248,24); }

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

border-color css

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

 span { border-color: rgb(153,248,24); }

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