#BDE250

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

Shades of Conifer #BDE250

Tints of Conifer #BDE250

Color information

#BDE250 (or 0xBDE250) is unknown color: approx Conifer. HEX triplet: BD, E2 and 50. RGB value is (189,226,80). Sum of RGB (Red+Green+Blue) = 189+226+80=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE250 is #421DAF. Grayscale: #C6C6C6. Windows color (decimal): -4332976 or 5300925. OLE color: 5300925.

HSL color Cylindrical-coordinate representation of color #BDE250: hue angle of 75.21º degrees, saturation: 0.72, 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 #BDE250 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB18922680-
CMYK0.1600.650.11
HSL75.21º71.57%60%-
HSV(B)75.21º64.6%88.63%-
XYZ49.6365.7917.67-
YUV198.2961.24121.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 226 (88.67% from 255) = 45.66%
BLUE value IS 80 (31.64% from 255) = 16.16%
R=38.18%
G=45.66%
B=16.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226800.1600.650.1175.2171.5760
HexBDE25010041B4b483c
Octal2753421202001011311311074
Binary101111011110001010100001000001000001101110010111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE250; }

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

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

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

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

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

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

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

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