#BAFC64

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

Shades of Sulu #BAFC64

Tints of Sulu #BAFC64

Color information

#BAFC64 (or 0xBAFC64) is unknown color: approx Sulu. HEX triplet: BA, FC and 64. RGB value is (186,252,100). Sum of RGB (Red+Green+Blue) = 186+252+100=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC64 is #45039B. Grayscale: #D7D7D7. Windows color (decimal): -4522908 or 6618298. OLE color: 6618298.

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

Color convert

RGB186252100-
CMYK0.2600.600.01
HSL86.05º96.2%69.02%-
HSV(B)86.05º60.32%98.82%-
XYZ57.3680.9824.66-
YUV214.9463.13107.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 252 (98.83% from 255) = 46.84%
BLUE value IS 100 (39.45% from 255) = 18.59%
R=34.57%
G=46.84%
B=18.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862521000.2600.600.0186.0596.269.02
HexBAFC641A03C1566045
Octal272374144320741126140105
Binary101110101111110011001001101001111001101011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC64; }

 p { color: rgb(186,252,100); }

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

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

 a { background-color: rgb(186,252,100); }

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

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

 span { border-color: rgb(186,252,100); }

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