Html Css Color HEX #9BFB16 Spring Bud

📋 copy color: '#9BFB16'

red 155 ◦ green 251 ◦ blue 22

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

Shades of Spring Bud #9BFB16

Tints of Spring Bud #9BFB16

RGB

 RED value IS 155 (60.94% from 255) = 36.21%

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

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 36.21%
G = 58.64%
B = 5.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#9BFB16 (or 0x9BFB16) is known color: Spring Bud. HEX triplet: 9B, FB and 16. RGB value is (155,251,22). Sum of RGB (Red+Green+Blue) = 155+251+22=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFB16 is #6404E9. Grayscale: #C5C5C5. Windows color (decimal): -6554858 or 1506203. OLE color: 1506203.

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

Color convert

RGB 155 251 22 -
CMYK 0.38 0 0.91 0.02
HSL 85.15º 0.97% 0.54% -
HSV(B) 85.15º 0.91% 0.98% -
XYZ 48.16 76.02 12.89 -
YUV 196.19 29.7 98.62 -
System Red Green Blue C M Y K H S L
Decimal 155 251 22 0.38 0 0.91 0.02 85.15 0.97 0.54
Hex 9B FB 16 26 0 5B 2 55 61 36
Octal 233 373 26 46 0 133 2 125 141 66
Binary 10011011 11111011 10110 100110 0 1011011 10 1010101 1100001 110110

Color Harmonies of #9BFB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB16

Black with #9BFB16

Text Example


Text Example

White with #9BFB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,251,22); }

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

background-color css

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

 a { background-color: rgb(155,251,22); }

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

border-color css

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

 span { border-color: rgb(155,251,22); }

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