#B4DD50

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

Shades of Conifer #B4DD50

Tints of Conifer #B4DD50

Color information

#B4DD50 (or 0xB4DD50) is unknown color: approx Conifer. HEX triplet: B4, DD and 50. RGB value is (180,221,80). Sum of RGB (Red+Green+Blue) = 180+221+80=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD50 is #4B22AF. Grayscale: #C1C1C1. Windows color (decimal): -4924080 or 5299636. OLE color: 5299636.

HSL color Cylindrical-coordinate representation of color #B4DD50: hue angle of 77.45º 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 #B4DD50 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB18022180-
CMYK0.1900.640.13
HSL77.45º67.46%59.02%-
HSV(B)77.45º63.8%86.67%-
XYZ46.136217.12-
YUV192.6764.42118.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=37.42%
G=45.95%
B=16.63%

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
Decimal180221800.1900.640.1377.4567.4659.02
HexB4DD5013040D4d433b
Octal2643351202301001511510373
Binary101101001101110110100001001101000000110110011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD50; }

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

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

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

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

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

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

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

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