Html Css Color HEX #9BFF07 Spring Bud

📋 copy color: '#9BFF07'

red 155 ◦ green 255 ◦ blue 7

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

Shades of Spring Bud #9BFF07

Tints of Spring Bud #9BFF07

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

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

R = 37.17%
G = 61.15%
B = 1.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#9BFF07 (or 0x9BFF07) is known color: Spring Bud. HEX triplet: 9B, FF and 07. RGB value is (155,255,7). Sum of RGB (Red+Green+Blue) = 155+255+7=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF07 is #6400F8. Grayscale: #C5C5C5. Windows color (decimal): -6553849 or 524187. OLE color: 524187.

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

Color convert

RGB 155 255 7 -
CMYK 0.39 0 0.97 0
HSL 84.19º 1% 0.51% -
HSV(B) 84.19º 0.97% 1% -
XYZ 49.32 78.5 12.75 -
YUV 196.83 20.87 98.17 -
System Red Green Blue C M Y K H S L
Decimal 155 255 7 0.39 0 0.97 0 84.19 1 0.51
Hex 9B FF 7 27 0 61 0 54 64 33
Octal 233 377 7 47 0 141 0 124 144 63
Binary 10011011 11111111 111 100111 0 1100001 0 1010100 1100100 110011

Color Harmonies of #9BFF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFF07

Black with #9BFF07

Text Example


Text Example

White with #9BFF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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