#B3DF48

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

Shades of Conifer #B3DF48

Tints of Conifer #B3DF48

Color information

#B3DF48 (or 0xB3DF48) is unknown color: approx Conifer. HEX triplet: B3, DF and 48. RGB value is (179,223,72). Sum of RGB (Red+Green+Blue) = 179+223+72=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DF48 is #4C20B7. Grayscale: #C1C1C1. Windows color (decimal): -4989112 or 4775859. OLE color: 4775859.

HSL color Cylindrical-coordinate representation of color #B3DF48: hue angle of 77.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3DF48 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB17922372-
CMYK0.2000.680.13
HSL77.48º70.23%57.84%-
HSV(B)77.48º67.71%87.45%-
XYZ46.1562.8315.83-
YUV192.6359.92118.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=37.76%
G=47.05%
B=15.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179223720.2000.680.1377.4870.2357.84
HexB3DF4814044D4d463a
Octal2633371102401041511510672
Binary101100111101111110010001010001000100110110011011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DF48; }

 p { color: rgb(179,223,72); }

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

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

 a { background-color: rgb(179,223,72); }

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

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

 span { border-color: rgb(179,223,72); }

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