Html Css Color HEX #9BF807 Spring Bud

📋 copy color: '#9BF807'

red 155 ◦ green 248 ◦ blue 7

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

Shades of Spring Bud #9BF807

Tints of Spring Bud #9BF807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 37.8%
G = 60.49%
B = 1.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#9BF807 (or 0x9BF807) is known color: Spring Bud. HEX triplet: 9B, F8 and 07. RGB value is (155,248,7). Sum of RGB (Red+Green+Blue) = 155+248+7=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF807 is #6407F8. Grayscale: #C1C1C1. Windows color (decimal): -6555641 or 522395. OLE color: 522395.

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

Color convert

RGB 155 248 7 -
CMYK 0.38 0 0.97 0.03
HSL 83.15º 0.95% 0.5% -
HSV(B) 83.15º 0.97% 0.97% -
XYZ 47.12 74.12 12.02 -
YUV 192.72 23.19 101.1 -
System Red Green Blue C M Y K H S L
Decimal 155 248 7 0.38 0 0.97 0.03 83.15 0.95 0.5
Hex 9B F8 7 26 0 61 3 53 5F 32
Octal 233 370 7 46 0 141 3 123 137 62
Binary 10011011 11111000 111 100110 0 1100001 11 1010011 1011111 110010

Color Harmonies of #9BF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF807

Black with #9BF807

Text Example


Text Example

White with #9BF807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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