#B6FD60

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

Shades of Conifer #B6FD60

Tints of Conifer #B6FD60

Color information

#B6FD60 (or 0xB6FD60) is unknown color: approx Conifer. HEX triplet: B6, FD and 60. RGB value is (182,253,96). Sum of RGB (Red+Green+Blue) = 182+253+96=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FD60 is #49029F. Grayscale: #D6D6D6. Windows color (decimal): -4784800 or 6356406. OLE color: 6356406.

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

Color convert

RGB18225396-
CMYK0.2800.620.01
HSL87.13º97.52%68.43%-
HSV(B)87.13º62.06%99.22%-
XYZ56.5381.0423.73-
YUV213.8761.48105.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=34.27%
G=47.65%
B=18.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182253960.2800.620.0187.1397.5268.43
HexB6FD601C03E1576244
Octal266375140340761127142104
Binary101101101111110111000001110001111101101011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD60; }

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

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

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

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

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

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

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

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