#B6FD06

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

Shades of Spring Bud #B6FD06

Tints of Spring Bud #B6FD06

Color information

#B6FD06 (or 0xB6FD06) is unknown color: approx Spring Bud. HEX triplet: B6, FD and 06. RGB value is (182,253,6). Sum of RGB (Red+Green+Blue) = 182+253+6=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FD06 is #4902F9. Grayscale: #CCCCCC. Windows color (decimal): -4784890 or 458166. OLE color: 458166.

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

Color convert

RGB1822536-
CMYK0.2800.980.01
HSL77.25º98.41%50.78%-
HSV(B)77.25º97.63%99.22%-
XYZ54.4580.2112.78-
YUV203.6116.48112.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 253 (99.22% from 255) = 57.37%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=41.27%
G=57.37%
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
Decimal18225360.2800.980.0177.2598.4150.78
HexB6FD61C06214d6233
Octal2663756340142111514263
Binary10110110111111011101110001100010110011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD06; }

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

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

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

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

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

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

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

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