#DAFB88

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

Shades of Sulu #DAFB88

Tints of Sulu #DAFB88

Color information

#DAFB88 (or 0xDAFB88) is unknown color: approx Sulu. HEX triplet: DA, FB and 88. RGB value is (218,251,136). Sum of RGB (Red+Green+Blue) = 218+251+136=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB88 is #250477. Grayscale: #E4E4E4. Windows color (decimal): -2425976 or 8977370. OLE color: 8977370.

HSL color Cylindrical-coordinate representation of color #DAFB88: hue angle of 77.22º degrees, saturation: 0.93, 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 #DAFB88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB218251136-
CMYK0.1300.460.02
HSL77.22º93.5%75.88%-
HSV(B)77.22º45.82%98.43%-
XYZ67.8585.6836.25-
YUV228.0276.07120.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 136 (53.52% from 255) = 22.48%
R=36.03%
G=41.49%
B=22.48%

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
Decimal2182511360.1300.460.0277.2293.575.88
HexDAFB88D02E24d5d4c
Octal332373210150562115135114
Binary1101101011111011100010001101010111010100110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB88; }

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

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

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

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

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

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

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

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