Html Css Color HEX #9BFB10 Spring Bud

📋 copy color: '#9BFB10'

red 155 ◦ green 251 ◦ blue 16

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

Shades of Spring Bud #9BFB10

Tints of Spring Bud #9BFB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 36.73%
G = 59.48%
B = 3.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#9BFB10 (or 0x9BFB10) is known color: Spring Bud. HEX triplet: 9B, FB and 10. RGB value is (155,251,16). Sum of RGB (Red+Green+Blue) = 155+251+16=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFB10 is #6404EF. Grayscale: #C4C4C4. Windows color (decimal): -6554864 or 1112987. OLE color: 1112987.

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

Color convert

RGB 155 251 16 -
CMYK 0.38 0 0.94 0.02
HSL 84.51º 0.97% 0.52% -
HSV(B) 84.51º 0.94% 0.98% -
XYZ 48.11 76 12.62 -
YUV 195.51 26.7 99.11 -
System Red Green Blue C M Y K H S L
Decimal 155 251 16 0.38 0 0.94 0.02 84.51 0.97 0.52
Hex 9B FB 10 26 0 5E 2 55 61 34
Octal 233 373 20 46 0 136 2 125 141 64
Binary 10011011 11111011 10000 100110 0 1011110 10 1010101 1100001 110100

Color Harmonies of #9BFB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB10

Black with #9BFB10

Text Example


Text Example

White with #9BFB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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