#BDE643

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

Shades of Conifer #BDE643

Tints of Conifer #BDE643

Color information

#BDE643 (or 0xBDE643) is unknown color: approx Conifer. HEX triplet: BD, E6 and 43. RGB value is (189,230,67). Sum of RGB (Red+Green+Blue) = 189+230+67=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE643 is #4219BC. Grayscale: #C7C7C7. Windows color (decimal): -4331965 or 4449981. OLE color: 4449981.

HSL color Cylindrical-coordinate representation of color #BDE643: hue angle of 75.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDE643 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB18923067-
CMYK0.1800.710.10
HSL75.09º76.53%58.24%-
HSV(B)75.09º70.87%90.2%-
XYZ50.367.8215.75-
YUV199.1653.42120.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 67 (26.56% from 255) = 13.79%
R=38.89%
G=47.33%
B=13.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189230670.1800.710.1075.0976.5358.24
HexBDE64312047A4b4d3a
Octal2753461032201071211311572
Binary101111011110011010000111001001000111101010010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE643; }

 p { color: rgb(189,230,67); }

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

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

 a { background-color: rgb(189,230,67); }

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

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

 span { border-color: rgb(189,230,67); }

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