#B6FD55

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

Shades of Conifer #B6FD55

Tints of Conifer #B6FD55

Color information

#B6FD55 (or 0xB6FD55) is unknown color: approx Conifer. HEX triplet: B6, FD and 55. RGB value is (182,253,85). Sum of RGB (Red+Green+Blue) = 182+253+85=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FD55 is #4902AA. Grayscale: #D5D5D5. Windows color (decimal): -4784811 or 5635510. OLE color: 5635510.

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

Color convert

RGB18225385-
CMYK0.2800.660.01
HSL85.36º97.67%66.27%-
HSV(B)85.36º66.4%99.22%-
XYZ56.0680.8521.25-
YUV212.6255.98106.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 253 (99.22% from 255) = 48.65%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=35%
G=48.65%
B=16.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182253850.2800.660.0185.3697.6766.27
HexB6FD551C0421556242
Octal2663751253401021125142102
Binary1011011011111101101010111100010000101101010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD55; }

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

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

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

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

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

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

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

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