Html Css Color HEX #9BFD10 Spring Bud

📋 copy color: '#9BFD10'

red 155 ◦ green 253 ◦ blue 16

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

Shades of Spring Bud #9BFD10

Tints of Spring Bud #9BFD10

RGB

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

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

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

R = 36.56%
G = 59.67%
B = 3.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#9BFD10 (or 0x9BFD10) is known color: Spring Bud. HEX triplet: 9B, FD and 10. RGB value is (155,253,16). Sum of RGB (Red+Green+Blue) = 155+253+16=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFD10 is #6402EF. Grayscale: #C5C5C5. Windows color (decimal): -6554352 or 1113499. OLE color: 1113499.

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

Color convert

RGB 155 253 16 -
CMYK 0.39 0 0.94 0.01
HSL 84.81º 0.98% 0.53% -
HSV(B) 84.81º 0.94% 0.99% -
XYZ 48.74 77.26 12.83 -
YUV 196.68 26.03 98.27 -
System Red Green Blue C M Y K H S L
Decimal 155 253 16 0.39 0 0.94 0.01 84.81 0.98 0.53
Hex 9B FD 10 27 0 5E 1 55 62 35
Octal 233 375 20 47 0 136 1 125 142 65
Binary 10011011 11111101 10000 100111 0 1011110 1 1010101 1100010 110101

Color Harmonies of #9BFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD10

Black with #9BFD10

Text Example


Text Example

White with #9BFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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