#B5FD06

Color #B5FD06 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B5FD06

Tints of Spring Bud #B5FD06

Color information

#B5FD06 (or 0xB5FD06) is unknown color: approx Spring Bud. HEX triplet: B5, FD and 06. RGB value is (181,253,6). Sum of RGB (Red+Green+Blue) = 181+253+6=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FD06 is #4A02F9. Grayscale: #CCCCCC. Windows color (decimal): -4850426 or 458165. OLE color: 458165.

HSL color Cylindrical-coordinate representation of color #B5FD06: hue angle of 77.49º 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 #B5FD06 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB1812536-
CMYK0.2800.980.01
HSL77.49º98.41%50.78%-
HSV(B)77.49º97.63%99.22%-
XYZ54.2180.0912.77-
YUV203.3116.65112.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 253 (99.22% from 255) = 57.5%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=41.14%
G=57.5%
B=1.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18125360.2800.980.0177.4998.4150.78
HexB5FD61C06214d6233
Octal2653756340142111514263
Binary10110101111111011101110001100010110011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD06; }

 p { color: rgb(181,253,6); }

 H1.HeaderClassName
 {
   color: #B5FD06;
 }
 .AnyTagClassName
 {
   color: #B5FD06;
 }
</style>
background-color css

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

 a { background-color: rgb(181,253,6); }

 div.DivClassName
 {
   background-color: #B5FD06;
 }
 .BgClassName
 {
   background-color: #B5FD06;
 }
</style>
border-color css

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

 span { border-color: rgb(181,253,6); }

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