#DAFB8D

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

Shades of Reef #DAFB8D

Tints of Reef #DAFB8D

Color information

#DAFB8D (or 0xDAFB8D) is unknown color: approx Reef. HEX triplet: DA, FB and 8D. RGB value is (218,251,141). Sum of RGB (Red+Green+Blue) = 218+251+141=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB8D is #250472. Grayscale: #E5E5E5. Windows color (decimal): -2425971 or 9305050. OLE color: 9305050.

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

Color convert

RGB218251141-
CMYK0.1300.440.02
HSL78º93.22%76.86%-
HSV(B)78º43.82%98.43%-
XYZ68.2285.8238.17-
YUV228.5978.57120.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 141 (55.47% from 255) = 23.11%
R=35.74%
G=41.15%
B=23.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511410.1300.440.027893.2276.86
HexDAFB8DD02C24e5d4d
Octal332373215150542116135115
Binary1101101011111011100011011101010110010100111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB8D; }

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

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

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

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

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

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

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

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