Html Css Color HEX #9EEF05 Spring Bud

📋 copy color: '#9EEF05'

red 158 ◦ green 239 ◦ blue 5

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

Shades of Spring Bud #9EEF05

Tints of Spring Bud #9EEF05

RGB

 RED value IS 158 (62.11% from 255) = 39.3%

 GREEN value IS 239 (93.75% from 255) = 59.45%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 39.3%
G = 59.45%
B = 1.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#9EEF05 (or 0x9EEF05) is known color: Spring Bud. HEX triplet: 9E, EF and 05. RGB value is (158,239,5). Sum of RGB (Red+Green+Blue) = 158+239+5=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF05 is #6110FA. Grayscale: #BCBCBC. Windows color (decimal): -6361339 or 389022. OLE color: 389022.

HSL color Cylindrical-coordinate representation of color #9EEF05: hue angle of 80.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EEF05 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 5 -
CMYK 0.34 0 0.98 0.06
HSL 80.77º 0.96% 0.48% -
HSV(B) 80.77º 0.98% 0.94% -
XYZ 44.99 69.01 11.09 -
YUV 188.11 24.66 106.53 -
System Red Green Blue C M Y K H S L
Decimal 158 239 5 0.34 0 0.98 0.06 80.77 0.96 0.48
Hex 9E EF 5 22 0 62 6 51 60 30
Octal 236 357 5 42 0 142 6 121 140 60
Binary 10011110 11101111 101 100010 0 1100010 110 1010001 1100000 110000

Color Harmonies of #9EEF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEF05

Black with #9EEF05

Text Example


Text Example

White with #9EEF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEF05; }

 p { color: rgb(158,239,5); }

 H1.HeaderClassName
 {
   color: #9EEF05;
 }
 .AnyTagClassName
 {
   color: #9EEF05;
 }
</style>

background-color css

<style>
 a { background-color: #9EEF05; }

 a { background-color: rgb(158,239,5); }

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

border-color css

<style>
 span { border-color: #9EEF05; }

 span { border-color: rgb(158,239,5); }

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