#BAFF51

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

Shades of Conifer #BAFF51

Tints of Conifer #BAFF51

Color information

#BAFF51 (or 0xBAFF51) is unknown color: approx Conifer. HEX triplet: BA, FF and 51. RGB value is (186,255,81). Sum of RGB (Red+Green+Blue) = 186+255+81=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF51 is #4500AE. Grayscale: #D7D7D7. Windows color (decimal): -4522159 or 5373882. OLE color: 5373882.

HSL color Cylindrical-coordinate representation of color #BAFF51: hue angle of 83.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAFF51 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB18625581-
CMYK0.2700.680
HSL83.79º100%65.88%-
HSV(B)83.79º68.24%100%-
XYZ57.4982.5520.69-
YUV214.5352.64107.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 81 (32.03% from 255) = 15.52%
R=35.63%
G=48.85%
B=15.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255810.2700.68083.7910065.88
HexBAFF511B0440546442
Octal2723771213301040124144102
Binary1011101011111111101000111011010001000101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF51; }

 p { color: rgb(186,255,81); }

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

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

 a { background-color: rgb(186,255,81); }

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

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

 span { border-color: rgb(186,255,81); }

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