#B3DD50

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

Shades of Conifer #B3DD50

Tints of Conifer #B3DD50

Color information

#B3DD50 (or 0xB3DD50) is unknown color: approx Conifer. HEX triplet: B3, DD and 50. RGB value is (179,221,80). Sum of RGB (Red+Green+Blue) = 179+221+80=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD50 is #4C22AF. Grayscale: #C0C0C0. Windows color (decimal): -4989616 or 5299635. OLE color: 5299635.

HSL color Cylindrical-coordinate representation of color #B3DD50: hue angle of 77.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3DD50 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB17922180-
CMYK0.1900.640.13
HSL77.87º67.46%59.02%-
HSV(B)77.87º63.8%86.67%-
XYZ45.8961.8817.11-
YUV192.3764.59118.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 221 (86.72% from 255) = 46.04%
BLUE value IS 80 (31.64% from 255) = 16.67%
R=37.29%
G=46.04%
B=16.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179221800.1900.640.1377.8767.4659.02
HexB3DD5013040D4e433b
Octal2633351202301001511610373
Binary101100111101110110100001001101000000110110011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD50; }

 p { color: rgb(179,221,80); }

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

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

 a { background-color: rgb(179,221,80); }

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

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

 span { border-color: rgb(179,221,80); }

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