Html Css Color HEX #9EF803 Spring Bud

📋 copy color: '#9EF803'

red 158 ◦ green 248 ◦ blue 3

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

Shades of Spring Bud #9EF803

Tints of Spring Bud #9EF803

RGB

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

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

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

R = 38.63%
G = 60.64%
B = 0.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#9EF803 (or 0x9EF803) is known color: Spring Bud. HEX triplet: 9E, F8 and 03. RGB value is (158,248,3). Sum of RGB (Red+Green+Blue) = 158+248+3=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF803 is #6107FC. Grayscale: #C2C2C2. Windows color (decimal): -6359037 or 260254. OLE color: 260254.

HSL color Cylindrical-coordinate representation of color #9EF803: hue angle of 82.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EF803 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 248 3 -
CMYK 0.36 0 0.99 0.03
HSL 82.04º 0.98% 0.49% -
HSV(B) 82.04º 0.99% 0.97% -
XYZ 47.68 74.41 11.94 -
YUV 193.16 20.68 102.92 -
System Red Green Blue C M Y K H S L
Decimal 158 248 3 0.36 0 0.99 0.03 82.04 0.98 0.49
Hex 9E F8 3 24 0 63 3 52 62 31
Octal 236 370 3 44 0 143 3 122 142 61
Binary 10011110 11111000 11 100100 0 1100011 11 1010010 1100010 110001

Color Harmonies of #9EF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF803

Black with #9EF803

Text Example


Text Example

White with #9EF803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,248,3); }

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

background-color css

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

 a { background-color: rgb(158,248,3); }

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

border-color css

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

 span { border-color: rgb(158,248,3); }

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