#b8df46

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

Shades of Conifer #B8DF46

Tints of Conifer #B8DF46

Color information

#B8DF46 (or 0xB8DF46) is unknown color: approx Conifer. HEX triplet: B8, DF and 46. RGB value is (184,223,70). Sum of RGB (Red+Green+Blue) = 184+223+70=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF46 is #4720B9. Grayscale: #C2C2C2. Windows color (decimal): -4661434 or 4644792. OLE color: 4644792.

HSL color Cylindrical-coordinate representation of color #B8DF46: hue angle of 75.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8DF46 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB18422370-
CMYK0.1700.690.13
HSL75.29º70.51%57.45%-
HSV(B)75.29º68.61%87.45%-
XYZ47.2663.4115.54-
YUV193.958.08120.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 223 (87.5% from 255) = 46.75%
BLUE value IS 70 (27.73% from 255) = 14.68%
R=38.57%
G=46.75%
B=14.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184223700.1700.690.1375.2970.5157.45
HexB8DF4611045D4b4739
Octal2703371062101051511310771
Binary101110001101111110001101000101000101110110010111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8df46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8df46; }

 p { color: rgb(184,223,70); }

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

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

 a { background-color: rgb(184,223,70); }

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

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

 span { border-color: rgb(184,223,70); }

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