#BFDE57

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

Shades of Conifer #BFDE57

Tints of Conifer #BFDE57

Color information

#BFDE57 (or 0xBFDE57) is unknown color: approx Conifer. HEX triplet: BF, DE and 57. RGB value is (191,222,87). Sum of RGB (Red+Green+Blue) = 191+222+87=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE57 is #4021A8. Grayscale: #C5C5C5. Windows color (decimal): -4202921 or 5758655. OLE color: 5758655.

HSL color Cylindrical-coordinate representation of color #BFDE57: hue angle of 73.78º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDE57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB19122287-
CMYK0.1400.610.13
HSL73.78º67.16%60.59%-
HSV(B)73.78º60.81%87.06%-
XYZ49.3364.0118.77-
YUV197.3465.73123.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 222 (87.11% from 255) = 44.4%
BLUE value IS 87 (34.38% from 255) = 17.4%
R=38.2%
G=44.4%
B=17.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191222870.1400.610.1373.7867.1660.59
HexBFDE57E03DD4a433d
Octal277336127160751511210375
Binary1011111111011110101011111100111101110110010101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE57; }

 p { color: rgb(191,222,87); }

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

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

 a { background-color: rgb(191,222,87); }

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

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

 span { border-color: rgb(191,222,87); }

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