#DAFD88

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

Shades of Sulu #DAFD88

Tints of Sulu #DAFD88

Color information

#DAFD88 (or 0xDAFD88) is unknown color: approx Sulu. HEX triplet: DA, FD and 88. RGB value is (218,253,136). Sum of RGB (Red+Green+Blue) = 218+253+136=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD88 is #250277. Grayscale: #E5E5E5. Windows color (decimal): -2425464 or 8977882. OLE color: 8977882.

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

Color convert

RGB218253136-
CMYK0.1400.460.01
HSL77.95º96.69%76.27%-
HSV(B)77.95º46.25%99.22%-
XYZ68.4886.9336.46-
YUV229.275.4120.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 136 (53.52% from 255) = 22.41%
R=35.91%
G=41.68%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531360.1400.460.0177.9596.6976.27
HexDAFD88E02E14e614c
Octal332375210160561116141114
Binary110110101111110110001000111001011101100111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD88; }

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

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

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

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

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

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

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

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