Html Css Color HEX #9BF116 Spring Bud

📋 copy color: '#9BF116'

red 155 ◦ green 241 ◦ blue 22

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

Shades of Spring Bud #9BF116

Tints of Spring Bud #9BF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.66%

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

R = 37.08%
G = 57.66%
B = 5.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#9BF116 (or 0x9BF116) is known color: Spring Bud. HEX triplet: 9B, F1 and 16. RGB value is (155,241,22). Sum of RGB (Red+Green+Blue) = 155+241+22=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF116 is #640EE9. Grayscale: #BFBFBF. Windows color (decimal): -6557418 or 1503643. OLE color: 1503643.

HSL color Cylindrical-coordinate representation of color #9BF116: hue angle of 83.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BF116 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 241 22 -
CMYK 0.36 0 0.91 0.05
HSL 83.56º 0.89% 0.52% -
HSV(B) 83.56º 0.91% 0.95% -
XYZ 45.12 69.94 11.88 -
YUV 190.32 33.01 102.81 -
System Red Green Blue C M Y K H S L
Decimal 155 241 22 0.36 0 0.91 0.05 83.56 0.89 0.52
Hex 9B F1 16 24 0 5B 5 54 59 34
Octal 233 361 26 44 0 133 5 124 131 64
Binary 10011011 11110001 10110 100100 0 1011011 101 1010100 1011001 110100

Color Harmonies of #9BF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF116

Black with #9BF116

Text Example


Text Example

White with #9BF116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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