Html Css Color HEX #99EB0C Spring Bud

📋 copy color: '#99EB0C'

red 153 ◦ green 235 ◦ blue 12

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

Shades of Spring Bud #99EB0C

Tints of Spring Bud #99EB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.75%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 38.25%
G = 58.75%
B = 3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#99EB0C (or 0x99EB0C) is known color: Spring Bud. HEX triplet: 99, EB and 0C. RGB value is (153,235,12). Sum of RGB (Red+Green+Blue) = 153+235+12=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #99EB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EB0C is #6614F3. Grayscale: #B9B9B9. Windows color (decimal): -6690036 or 846745. OLE color: 846745.

HSL color Cylindrical-coordinate representation of color #99EB0C: hue angle of 82.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99EB0C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 235 12 -
CMYK 0.35 0 0.95 0.08
HSL 82.06º 0.9% 0.48% -
HSV(B) 82.06º 0.95% 0.92% -
XYZ 42.91 66.22 10.87 -
YUV 185.06 30.33 105.13 -
System Red Green Blue C M Y K H S L
Decimal 153 235 12 0.35 0 0.95 0.08 82.06 0.9 0.48
Hex 99 EB C 23 0 5F 8 52 5A 30
Octal 231 353 14 43 0 137 10 122 132 60
Binary 10011001 11101011 1100 100011 0 1011111 1000 1010010 1011010 110000

Color Harmonies of #99EB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EB0C

Black with #99EB0C

Text Example


Text Example

White with #99EB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,235,12); }

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

background-color css

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

 a { background-color: rgb(153,235,12); }

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

border-color css

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

 span { border-color: rgb(153,235,12); }

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