Html Css Color HEX #9BFD03 Spring Bud

📋 copy color: '#9BFD03'

red 155 ◦ green 253 ◦ blue 3

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

Shades of Spring Bud #9BFD03

Tints of Spring Bud #9BFD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.56%

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

R = 37.71%
G = 61.56%
B = 0.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#9BFD03 (or 0x9BFD03) is known color: Spring Bud. HEX triplet: 9B, FD and 03. RGB value is (155,253,3). Sum of RGB (Red+Green+Blue) = 155+253+3=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 253 (99.22% from 255 or 61.56% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFD03 is #6402FC. Grayscale: #C4C4C4. Windows color (decimal): -6554365 or 261531. OLE color: 261531.

HSL color Cylindrical-coordinate representation of color #9BFD03: hue angle of 83.52º 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 #9BFD03 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 3 -
CMYK 0.39 0 0.99 0.01
HSL 83.52º 0.98% 0.5% -
HSV(B) 83.52º 0.99% 0.99% -
XYZ 48.66 77.23 12.43 -
YUV 195.2 19.53 99.33 -
System Red Green Blue C M Y K H S L
Decimal 155 253 3 0.39 0 0.99 0.01 83.52 0.98 0.5
Hex 9B FD 3 27 0 63 1 54 62 32
Octal 233 375 3 47 0 143 1 124 142 62
Binary 10011011 11111101 11 100111 0 1100011 1 1010100 1100010 110010

Color Harmonies of #9BFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD03

Black with #9BFD03

Text Example


Text Example

White with #9BFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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