Html Css Color HEX #99F103 Spring Bud

📋 copy color: '#99F103'

red 153 ◦ green 241 ◦ blue 3

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

Shades of Spring Bud #99F103

Tints of Spring Bud #99F103

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 38.54%
G = 60.71%
B = 0.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#99F103 (or 0x99F103) is known color: Spring Bud. HEX triplet: 99, F1 and 03. RGB value is (153,241,3). Sum of RGB (Red+Green+Blue) = 153+241+3=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #99F103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F103 is #660EFC. Grayscale: #BCBCBC. Windows color (decimal): -6688509 or 258457. OLE color: 258457.

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

Color convert

RGB 153 241 3 -
CMYK 0.37 0 0.99 0.05
HSL 82.18º 0.98% 0.48% -
HSV(B) 82.18º 0.99% 0.95% -
XYZ 44.61 69.69 11.19 -
YUV 187.56 23.85 103.35 -
System Red Green Blue C M Y K H S L
Decimal 153 241 3 0.37 0 0.99 0.05 82.18 0.98 0.48
Hex 99 F1 3 25 0 63 5 52 62 30
Octal 231 361 3 45 0 143 5 122 142 60
Binary 10011001 11110001 11 100101 0 1100011 101 1010010 1100010 110000

Color Harmonies of #99F103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F103

Black with #99F103

Text Example


Text Example

White with #99F103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,241,3); }

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

background-color css

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

 a { background-color: rgb(153,241,3); }

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

border-color css

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

 span { border-color: rgb(153,241,3); }

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