#bafd66

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

Shades of Sulu #BAFD66

Tints of Sulu #BAFD66

Color information

#BAFD66 (or 0xBAFD66) is unknown color: approx Sulu. HEX triplet: BA, FD and 66. RGB value is (186,253,102). Sum of RGB (Red+Green+Blue) = 186+253+102=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD66 is #450299. Grayscale: #D8D8D8. Windows color (decimal): -4522650 or 6749626. OLE color: 6749626.

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

Color convert

RGB186253102-
CMYK0.2600.600.01
HSL86.62º97.42%69.61%-
HSV(B)86.62º59.68%99.22%-
XYZ57.7781.6525.29-
YUV215.7563.8106.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=34.38%
G=46.77%
B=18.85%

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
Decimal1862531020.2600.600.0186.6297.4269.61
HexBAFD661A03C1576146
Octal272375146320741127141106
Binary101110101111110111001101101001111001101011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bafd66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bafd66; }

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

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

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

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

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

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

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

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