Html Css Color HEX #9EFB0B Spring Bud

📋 copy color: '#9EFB0B'

red 158 ◦ green 251 ◦ blue 11

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

Shades of Spring Bud #9EFB0B

Tints of Spring Bud #9EFB0B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.76%

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 37.62%
G = 59.76%
B = 2.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#9EFB0B (or 0x9EFB0B) is known color: Spring Bud. HEX triplet: 9E, FB and 0B. RGB value is (158,251,11). Sum of RGB (Red+Green+Blue) = 158+251+11=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFB0B is #6104F4. Grayscale: #C4C4C4. Windows color (decimal): -6358261 or 785310. OLE color: 785310.

HSL color Cylindrical-coordinate representation of color #9EFB0B: hue angle of 83.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EFB0B is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 11 -
CMYK 0.37 0 0.96 0.02
HSL 83.25º 0.97% 0.51% -
HSV(B) 83.25º 0.96% 0.98% -
XYZ 48.66 76.29 12.48 -
YUV 195.83 23.69 101.01 -
System Red Green Blue C M Y K H S L
Decimal 158 251 11 0.37 0 0.96 0.02 83.25 0.97 0.51
Hex 9E FB B 25 0 60 2 53 61 33
Octal 236 373 13 45 0 140 2 123 141 63
Binary 10011110 11111011 1011 100101 0 1100000 10 1010011 1100001 110011

Color Harmonies of #9EFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFB0B

Black with #9EFB0B

Text Example


Text Example

White with #9EFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,11); }

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

background-color css

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

 a { background-color: rgb(158,251,11); }

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

border-color css

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

 span { border-color: rgb(158,251,11); }

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