#BDF257

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

Shades of Conifer #BDF257

Tints of Conifer #BDF257

Color information

#BDF257 (or 0xBDF257) is unknown color: approx Conifer. HEX triplet: BD, F2 and 57. RGB value is (189,242,87). Sum of RGB (Red+Green+Blue) = 189+242+87=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF257 is #420DA8. Grayscale: #D1D1D1. Windows color (decimal): -4328873 or 5763773. OLE color: 5763773.

HSL color Cylindrical-coordinate representation of color #BDF257: hue angle of 80.52º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF257 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB18924287-
CMYK0.2200.640.05
HSL80.52º85.64%64.51%-
HSV(B)80.52º64.05%94.9%-
XYZ54.4675.0120.63-
YUV208.4859.44114.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 87 (34.38% from 255) = 16.80%
R=36.49%
G=46.72%
B=16.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189242870.2200.640.0580.5285.6464.51
HexBDF257160405515641
Octal2753621272601005121126101
Binary101111011111001010101111011001000000101101000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF257; }

 p { color: rgb(189,242,87); }

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

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

 a { background-color: rgb(189,242,87); }

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

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

 span { border-color: rgb(189,242,87); }

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