#BAFD61

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

Shades of Conifer #BAFD61

Tints of Conifer #BAFD61

Color information

#BAFD61 (or 0xBAFD61) is unknown color: approx Conifer. HEX triplet: BA, FD and 61. RGB value is (186,253,97). Sum of RGB (Red+Green+Blue) = 186+253+97=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD61 is #45029E. Grayscale: #D7D7D7. Windows color (decimal): -4522655 or 6421946. OLE color: 6421946.

HSL color Cylindrical-coordinate representation of color #BAFD61: hue angle of 85.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAFD61 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB18625397-
CMYK0.2600.620.01
HSL85.77º97.5%68.63%-
HSV(B)85.77º61.66%99.22%-
XYZ57.5381.5524.02-
YUV215.1861.3107.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 97 (38.28% from 255) = 18.10%
R=34.70%
G=47.20%
B=18.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186253970.2600.620.0185.7797.568.63
HexBAFD611A03E1566245
Octal272375141320761126142105
Binary101110101111110111000011101001111101101011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFD61; }

 p { color: rgb(186,253,97); }

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

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

 a { background-color: rgb(186,253,97); }

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

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

 span { border-color: rgb(186,253,97); }

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