#B6F04D

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

Shades of Conifer #B6F04D

Tints of Conifer #B6F04D

Color information

#B6F04D (or 0xB6F04D) is unknown color: approx Conifer. HEX triplet: B6, F0 and 4D. RGB value is (182,240,77). Sum of RGB (Red+Green+Blue) = 182+240+77=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F04D is #490FB2. Grayscale: #CCCCCC. Windows color (decimal): -4788147 or 5107894. OLE color: 5107894.

HSL color Cylindrical-coordinate representation of color #B6F04D: hue angle of 81.35º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6F04D is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB18224077-
CMYK0.2400.680.06
HSL81.35º84.46%62.16%-
HSV(B)81.35º67.92%94.12%-
XYZ51.7972.818.34-
YUV204.0856.28112.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=36.47%
G=48.10%
B=15.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182240770.2400.680.0681.3584.4662.16
HexB6F04D18044651543e
Octal266360115300104612112476
Binary10110110111100001001101110000100010011010100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F04D; }

 p { color: rgb(182,240,77); }

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

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

 a { background-color: rgb(182,240,77); }

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

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

 span { border-color: rgb(182,240,77); }

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