#BAFD7C

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

Shades of Sulu #BAFD7C

Tints of Sulu #BAFD7C

Color information

#BAFD7C (or 0xBAFD7C) is unknown color: approx Sulu. HEX triplet: BA, FD and 7C. RGB value is (186,253,124). Sum of RGB (Red+Green+Blue) = 186+253+124=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD7C is #450283. Grayscale: #DADADA. Windows color (decimal): -4522628 or 8191418. OLE color: 8191418.

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

Color convert

RGB186253124-
CMYK0.2600.510.01
HSL91.16º96.99%73.92%-
HSV(B)91.16º50.99%99.22%-
XYZ59.0182.1431.81-
YUV218.2674.8104.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 124 (48.83% from 255) = 22.02%
R=33.04%
G=44.94%
B=22.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531240.2600.510.0191.1696.9973.92
HexBAFD7C1A03315b614a
Octal272375174320631133141112
Binary101110101111110111111001101001100111101101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFD7C; }

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

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

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

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

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

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

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

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