#DAFD96

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

Shades of Reef #DAFD96

Tints of Reef #DAFD96

Color information

#DAFD96 (or 0xDAFD96) is unknown color: approx Reef. HEX triplet: DA, FD and 96. RGB value is (218,253,150). Sum of RGB (Red+Green+Blue) = 218+253+150=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD96 is #250269. Grayscale: #E7E7E7. Windows color (decimal): -2425450 or 9895386. OLE color: 9895386.

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

Color convert

RGB218253150-
CMYK0.1400.410.01
HSL80.39º96.26%79.02%-
HSV(B)80.39º40.71%99.22%-
XYZ69.5487.3642.05-
YUV230.7982.4118.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 150 (58.98% from 255) = 24.15%
R=35.10%
G=40.74%
B=24.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531500.1400.410.0180.3996.2679.02
HexDAFD96E029150604f
Octal332375226160511120140117
Binary110110101111110110010110111001010011101000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD96; }

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

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

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

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

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

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

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

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