Html Css Color HEX #9BFC03 Spring Bud

📋 copy color: '#9BFC03'

red 155 ◦ green 252 ◦ blue 3

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

Shades of Spring Bud #9BFC03

Tints of Spring Bud #9BFC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 61.46%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 37.8%
G = 61.46%
B = 0.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#9BFC03 (or 0x9BFC03) is known color: Spring Bud. HEX triplet: 9B, FC and 03. RGB value is (155,252,3). Sum of RGB (Red+Green+Blue) = 155+252+3=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC03 is #6403FC. Grayscale: #C3C3C3. Windows color (decimal): -6554621 or 261275. OLE color: 261275.

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

Color convert

RGB 155 252 3 -
CMYK 0.38 0 0.99 0.01
HSL 83.37º 0.98% 0.5% -
HSV(B) 83.37º 0.99% 0.99% -
XYZ 48.34 76.6 12.32 -
YUV 194.61 19.86 99.75 -
System Red Green Blue C M Y K H S L
Decimal 155 252 3 0.38 0 0.99 0.01 83.37 0.98 0.5
Hex 9B FC 3 26 0 63 1 53 62 32
Octal 233 374 3 46 0 143 1 123 142 62
Binary 10011011 11111100 11 100110 0 1100011 1 1010011 1100010 110010

Color Harmonies of #9BFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC03

Black with #9BFC03

Text Example


Text Example

White with #9BFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,3); }

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

background-color css

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

 a { background-color: rgb(155,252,3); }

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

border-color css

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

 span { border-color: rgb(155,252,3); }

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