Html Css Color HEX #9BF702 Spring Bud

📋 copy color: '#9BF702'

red 155 ◦ green 247 ◦ blue 2

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

Shades of Spring Bud #9BF702

Tints of Spring Bud #9BF702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 38.37%
G = 61.14%
B = 0.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#9BF702 (or 0x9BF702) is known color: Spring Bud. HEX triplet: 9B, F7 and 02. RGB value is (155,247,2). Sum of RGB (Red+Green+Blue) = 155+247+2=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF702 is #6408FD. Grayscale: #C0C0C0. Windows color (decimal): -6555902 or 194459. OLE color: 194459.

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

Color convert

RGB 155 247 2 -
CMYK 0.37 0 0.99 0.03
HSL 82.53º 0.98% 0.49% -
HSV(B) 82.53º 0.99% 0.97% -
XYZ 46.79 73.49 11.78 -
YUV 191.56 21.02 101.92 -
System Red Green Blue C M Y K H S L
Decimal 155 247 2 0.37 0 0.99 0.03 82.53 0.98 0.49
Hex 9B F7 2 25 0 63 3 53 62 31
Octal 233 367 2 45 0 143 3 123 142 61
Binary 10011011 11110111 10 100101 0 1100011 11 1010011 1100010 110001

Color Harmonies of #9BF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF702

Black with #9BF702

Text Example


Text Example

White with #9BF702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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