Html Css Color HEX #9EFD04 Spring Bud

📋 copy color: '#9EFD04'

red 158 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #9EFD04

Tints of Spring Bud #9EFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.96%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 38.07%
G = 60.96%
B = 0.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#9EFD04 (or 0x9EFD04) is known color: Spring Bud. HEX triplet: 9E, FD and 04. RGB value is (158,253,4). Sum of RGB (Red+Green+Blue) = 158+253+4=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFD04 is #6102FB. Grayscale: #C5C5C5. Windows color (decimal): -6357756 or 327070. OLE color: 327070.

HSL color Cylindrical-coordinate representation of color #9EFD04: hue angle of 82.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFD04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 4 -
CMYK 0.38 0 0.98 0.01
HSL 82.89º 0.98% 0.5% -
HSV(B) 82.89º 0.98% 0.99% -
XYZ 49.25 77.53 12.48 -
YUV 196.21 19.53 100.75 -
System Red Green Blue C M Y K H S L
Decimal 158 253 4 0.38 0 0.98 0.01 82.89 0.98 0.5
Hex 9E FD 4 26 0 62 1 53 62 32
Octal 236 375 4 46 0 142 1 123 142 62
Binary 10011110 11111101 100 100110 0 1100010 1 1010011 1100010 110010

Color Harmonies of #9EFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFD04

Black with #9EFD04

Text Example


Text Example

White with #9EFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,4); }

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

background-color css

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

 a { background-color: rgb(158,253,4); }

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

border-color css

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

 span { border-color: rgb(158,253,4); }

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