#BDD54E

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

Shades of Conifer #BDD54E

Tints of Conifer #BDD54E

Color information

#BDD54E (or 0xBDD54E) is unknown color: approx Conifer. HEX triplet: BD, D5 and 4E. RGB value is (189,213,78). Sum of RGB (Red+Green+Blue) = 189+213+78=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD54E is #422AB1. Grayscale: #BEBEBE. Windows color (decimal): -4336306 or 5166525. OLE color: 5166525.

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

Color convert

RGB18921378-
CMYK0.1100.630.16
HSL70.67º61.64%57.06%-
HSV(B)70.67º63.38%83.53%-
XYZ46.1658.9616.15-
YUV190.4364.55126.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 78 (30.86% from 255) = 16.25%
R=39.38%
G=44.38%
B=16.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213780.1100.630.1670.6761.6457.06
HexBDD54EB03F10473e39
Octal27532511613077201077671
Binary1011110111010101100111010110111111100001000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD54E; }

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

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

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

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

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

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

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

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