#DAFA88

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

Shades of Sulu #DAFA88

Tints of Sulu #DAFA88

Color information

#DAFA88 (or 0xDAFA88) is unknown color: approx Sulu. HEX triplet: DA, FA and 88. RGB value is (218,250,136). Sum of RGB (Red+Green+Blue) = 218+250+136=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA88 is #250577. Grayscale: #E3E3E3. Windows color (decimal): -2426232 or 8977114. OLE color: 8977114.

HSL color Cylindrical-coordinate representation of color #DAFA88: hue angle of 76.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFA88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB218250136-
CMYK0.1300.460.02
HSL76.84º91.94%75.69%-
HSV(B)76.84º45.6%98.04%-
XYZ67.5485.0536.15-
YUV227.4476.4121.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 136 (53.52% from 255) = 22.52%
R=36.09%
G=41.39%
B=22.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501360.1300.460.0276.8491.9475.69
HexDAFA88D02E24d5c4c
Octal332372210150562115134114
Binary1101101011111010100010001101010111010100110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA88; }

 p { color: rgb(218,250,136); }

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

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

 a { background-color: rgb(218,250,136); }

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

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

 span { border-color: rgb(218,250,136); }

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