#DAF786

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

Shades of Sulu #DAF786

Tints of Sulu #DAF786

Color information

#DAF786 (or 0xDAF786) is unknown color: approx Sulu. HEX triplet: DA, F7 and 86. RGB value is (218,247,134). Sum of RGB (Red+Green+Blue) = 218+247+134=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF786 is #250879. Grayscale: #E1E1E1. Windows color (decimal): -2427002 or 8845274. OLE color: 8845274.

HSL color Cylindrical-coordinate representation of color #DAF786: hue angle of 75.4º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF786 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB218247134-
CMYK0.1200.460.03
HSL75.4º87.6%74.71%-
HSV(B)75.4º45.75%96.86%-
XYZ66.4883.1535.1-
YUV225.4576.39122.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 134 (52.73% from 255) = 22.37%
R=36.39%
G=41.24%
B=22.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471340.1200.460.0375.487.674.71
HexDAF786C02E34b584b
Octal332367206140563113130113
Binary1101101011110111100001101100010111011100101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF786; }

 p { color: rgb(218,247,134); }

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

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

 a { background-color: rgb(218,247,134); }

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

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

 span { border-color: rgb(218,247,134); }

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