#DAF882

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

Shades of Sulu #DAF882

Tints of Sulu #DAF882

Color information

#DAF882 (or 0xDAF882) is unknown color: approx Sulu. HEX triplet: DA, F8 and 82. RGB value is (218,248,130). Sum of RGB (Red+Green+Blue) = 218+248+130=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF882 is #25077D. Grayscale: #E2E2E2. Windows color (decimal): -2426750 or 8583386. OLE color: 8583386.

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

Color convert

RGB218248130-
CMYK0.1200.480.03
HSL75.25º89.39%74.12%-
HSV(B)75.25º47.58%97.25%-
XYZ66.5183.6533.76-
YUV225.5874.06122.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 130 (51.17% from 255) = 21.81%
R=36.58%
G=41.61%
B=21.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481300.1200.480.0375.2589.3974.12
HexDAF882C03034b594a
Octal332370202140603113131112
Binary1101101011111000100000101100011000011100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF882; }

 p { color: rgb(218,248,130); }

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

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

 a { background-color: rgb(218,248,130); }

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

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

 span { border-color: rgb(218,248,130); }

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