#BDD64E

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

Shades of Conifer #BDD64E

Tints of Conifer #BDD64E

Color information

#BDD64E (or 0xBDD64E) is unknown color: approx Conifer. HEX triplet: BD, D6 and 4E. RGB value is (189,214,78). Sum of RGB (Red+Green+Blue) = 189+214+78=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD64E is #4229B1. Grayscale: #BFBFBF. Windows color (decimal): -4336050 or 5166781. OLE color: 5166781.

HSL color Cylindrical-coordinate representation of color #BDD64E: hue angle of 71.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDD64E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB18921478-
CMYK0.1200.640.16
HSL71.03º62.39%57.25%-
HSV(B)71.03º63.55%83.92%-
XYZ46.4159.4616.24-
YUV191.0264.22126.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 78 (30.86% from 255) = 16.22%
R=39.29%
G=44.49%
B=16.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214780.1200.640.1671.0362.3957.25
HexBDD64EC04010473e39
Octal275326116140100201077671
Binary10111101110101101001110110001000000100001000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD64E; }

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

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

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

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

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

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

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

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