Html Css Color HEX #9BF200 Spring Bud

📋 copy color: '#9BF200'

red 155 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #9BF200

Tints of Spring Bud #9BF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.96%

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

R = 39.04%
G = 60.96%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#9BF200 (or 0x9BF200) is known color: Spring Bud. HEX triplet: 9B, F2 and 00. RGB value is (155,242,0). Sum of RGB (Red+Green+Blue) = 155+242+0=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF200 is #640DFF. Grayscale: #BDBDBD. Windows color (decimal): -6557184 or 62107. OLE color: 62107.

HSL color Cylindrical-coordinate representation of color #9BF200: hue angle of 81.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BF200 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 0 -
CMYK 0.36 0 1 0.05
HSL 81.57º 1% 0.47% -
HSV(B) 81.57º 1% 0.95% -
XYZ 45.27 70.47 11.22 -
YUV 188.4 21.68 104.18 -
System Red Green Blue C M Y K H S L
Decimal 155 242 0 0.36 0 1 0.05 81.57 1 0.47
Hex 9B F2 0 24 0 64 5 52 64 2F
Octal 233 362 0 44 0 144 5 122 144 57
Binary 10011011 11110010 0 100100 0 1100100 101 1010010 1100100 101111

Color Harmonies of #9BF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF200

Black with #9BF200

Text Example


Text Example

White with #9BF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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