Html Css Color HEX #9BF805 Spring Bud

📋 copy color: '#9BF805'

red 155 ◦ green 248 ◦ blue 5

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

Shades of Spring Bud #9BF805

Tints of Spring Bud #9BF805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.78%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 37.99%
G = 60.78%
B = 1.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#9BF805 (or 0x9BF805) is known color: Spring Bud. HEX triplet: 9B, F8 and 05. RGB value is (155,248,5). Sum of RGB (Red+Green+Blue) = 155+248+5=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 248 (97.27% from 255 or 60.78% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF805 is #6407FA. Grayscale: #C1C1C1. Windows color (decimal): -6555643 or 391323. OLE color: 391323.

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

Color convert

RGB 155 248 5 -
CMYK 0.38 0 0.98 0.03
HSL 82.96º 0.96% 0.5% -
HSV(B) 82.96º 0.98% 0.97% -
XYZ 47.11 74.11 11.97 -
YUV 192.49 22.19 101.26 -
System Red Green Blue C M Y K H S L
Decimal 155 248 5 0.38 0 0.98 0.03 82.96 0.96 0.5
Hex 9B F8 5 26 0 62 3 53 60 32
Octal 233 370 5 46 0 142 3 123 140 62
Binary 10011011 11111000 101 100110 0 1100010 11 1010011 1100000 110010

Color Harmonies of #9BF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF805

Black with #9BF805

Text Example


Text Example

White with #9BF805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,248,5); }

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

background-color css

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

 a { background-color: rgb(155,248,5); }

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

border-color css

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

 span { border-color: rgb(155,248,5); }

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