Html Css Color HEX #9BFD05 Spring Bud

📋 copy color: '#9BFD05'

red 155 ◦ green 253 ◦ blue 5

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

Shades of Spring Bud #9BFD05

Tints of Spring Bud #9BFD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 37.53%
G = 61.26%
B = 1.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#9BFD05 (or 0x9BFD05) is known color: Spring Bud. HEX triplet: 9B, FD and 05. RGB value is (155,253,5). Sum of RGB (Red+Green+Blue) = 155+253+5=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 253 (99.22% from 255 or 61.26% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFD05 is #6402FA. Grayscale: #C4C4C4. Windows color (decimal): -6554363 or 392603. OLE color: 392603.

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

Color convert

RGB 155 253 5 -
CMYK 0.39 0 0.98 0.01
HSL 83.71º 0.98% 0.51% -
HSV(B) 83.71º 0.98% 0.99% -
XYZ 48.67 77.23 12.49 -
YUV 195.43 20.53 99.17 -
System Red Green Blue C M Y K H S L
Decimal 155 253 5 0.39 0 0.98 0.01 83.71 0.98 0.51
Hex 9B FD 5 27 0 62 1 54 62 33
Octal 233 375 5 47 0 142 1 124 142 63
Binary 10011011 11111101 101 100111 0 1100010 1 1010100 1100010 110011

Color Harmonies of #9BFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD05

Black with #9BFD05

Text Example


Text Example

White with #9BFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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