Html Css Color HEX #9BF700 Spring Bud

📋 copy color: '#9BF700'

red 155 ◦ green 247 ◦ blue 0

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

Shades of Spring Bud #9BF700

Tints of Spring Bud #9BF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.56%
G = 61.44%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#9BF700 (or 0x9BF700) is known color: Spring Bud. HEX triplet: 9B, F7 and 00. RGB value is (155,247,0). Sum of RGB (Red+Green+Blue) = 155+247+0=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 247 (96.88% from 255 or 61.44% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF700 is #6408FF. Grayscale: #C0C0C0. Windows color (decimal): -6555904 or 63387. OLE color: 63387.

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

Color convert

RGB 155 247 0 -
CMYK 0.37 0 1 0.03
HSL 82.35º 1% 0.48% -
HSV(B) 82.35º 1% 0.97% -
XYZ 46.78 73.49 11.72 -
YUV 191.33 20.02 102.08 -
System Red Green Blue C M Y K H S L
Decimal 155 247 0 0.37 0 1 0.03 82.35 1 0.48
Hex 9B F7 0 25 0 64 3 52 64 30
Octal 233 367 0 45 0 144 3 122 144 60
Binary 10011011 11110111 0 100101 0 1100100 11 1010010 1100100 110000

Color Harmonies of #9BF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF700

Black with #9BF700

Text Example


Text Example

White with #9BF700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,247,0); }

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

background-color css

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

 a { background-color: rgb(155,247,0); }

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

border-color css

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

 span { border-color: rgb(155,247,0); }

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