#BDE44A

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

Shades of Conifer #BDE44A

Tints of Conifer #BDE44A

Color information

#BDE44A (or 0xBDE44A) is unknown color: approx Conifer. HEX triplet: BD, E4 and 4A. RGB value is (189,228,74). Sum of RGB (Red+Green+Blue) = 189+228+74=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE44A is #421BB5. Grayscale: #C7C7C7. Windows color (decimal): -4332470 or 4908221. OLE color: 4908221.

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

Color convert

RGB18922874-
CMYK0.1700.680.11
HSL75.19º74.04%59.22%-
HSV(B)75.19º67.54%89.41%-
XYZ49.9766.816.74-
YUV198.7857.58121.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 74 (29.30% from 255) = 15.07%
R=38.49%
G=46.44%
B=15.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189228740.1700.680.1175.1974.0459.22
HexBDE44A11044B4b4a3b
Octal2753441122101041311311273
Binary101111011110010010010101000101000100101110010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE44A; }

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

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

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

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

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

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

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

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