#BDE450

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

Shades of Conifer #BDE450

Tints of Conifer #BDE450

Color information

#BDE450 (or 0xBDE450) is unknown color: approx Conifer. HEX triplet: BD, E4 and 50. RGB value is (189,228,80). Sum of RGB (Red+Green+Blue) = 189+228+80=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE450 is #421BAF. Grayscale: #C8C8C8. Windows color (decimal): -4332464 or 5301437. OLE color: 5301437.

HSL color Cylindrical-coordinate representation of color #BDE450: hue angle of 75.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE450 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB18922880-
CMYK0.1700.650.11
HSL75.81º73.27%60.39%-
HSV(B)75.81º64.91%89.41%-
XYZ50.1866.8817.85-
YUV199.4760.58120.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 228 (89.45% from 255) = 45.88%
BLUE value IS 80 (31.64% from 255) = 16.10%
R=38.03%
G=45.88%
B=16.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189228800.1700.650.1175.8173.2760.39
HexBDE45011041B4c493c
Octal2753441202101011311411174
Binary101111011110010010100001000101000001101110011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE450; }

 p { color: rgb(189,228,80); }

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

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

 a { background-color: rgb(189,228,80); }

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

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

 span { border-color: rgb(189,228,80); }

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