#BDDD4E

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

Shades of Conifer #BDDD4E

Tints of Conifer #BDDD4E

Color information

#BDDD4E (or 0xBDDD4E) is unknown color: approx Conifer. HEX triplet: BD, DD and 4E. RGB value is (189,221,78). Sum of RGB (Red+Green+Blue) = 189+221+78=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD4E is #4222B1. Grayscale: #C3C3C3. Windows color (decimal): -4334258 or 5168573. OLE color: 5168573.

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

Color convert

RGB18922178-
CMYK0.1400.650.13
HSL73.43º67.77%58.63%-
HSV(B)73.43º64.71%86.67%-
XYZ48.2263.0816.84-
YUV195.1361.9123.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 78 (30.86% from 255) = 15.98%
R=38.73%
G=45.29%
B=15.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189221780.1400.650.1373.4367.7758.63
HexBDDD4EE041D49443b
Octal2753351161601011511110473
Binary10111101110111011001110111001000001110110010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD4E; }

 p { color: rgb(189,221,78); }

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

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

 a { background-color: rgb(189,221,78); }

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

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

 span { border-color: rgb(189,221,78); }

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