#B6FC4F

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

Shades of Conifer #B6FC4F

Tints of Conifer #B6FC4F

Color information

#B6FC4F (or 0xB6FC4F) is unknown color: approx Conifer. HEX triplet: B6, FC and 4F. RGB value is (182,252,79). Sum of RGB (Red+Green+Blue) = 182+252+79=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC4F is #4903B0. Grayscale: #D3D3D3. Windows color (decimal): -4785073 or 5242038. OLE color: 5242038.

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

Color convert

RGB18225279-
CMYK0.2800.690.01
HSL84.28º96.65%64.9%-
HSV(B)84.28º68.65%98.82%-
XYZ55.5180.1319.94-
YUV211.3553.31107.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 79 (31.25% from 255) = 15.40%
R=35.48%
G=49.12%
B=15.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182252790.2800.690.0184.2896.6564.9
HexB6FC4F1C0451546141
Octal2663741173401051124141101
Binary1011011011111100100111111100010001011101010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC4F; }

 p { color: rgb(182,252,79); }

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

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

 a { background-color: rgb(182,252,79); }

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

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

 span { border-color: rgb(182,252,79); }

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