#DAFD93

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

Shades of Reef #DAFD93

Tints of Reef #DAFD93

Color information

#DAFD93 (or 0xDAFD93) is unknown color: approx Reef. HEX triplet: DA, FD and 93. RGB value is (218,253,147). Sum of RGB (Red+Green+Blue) = 218+253+147=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD93 is #25026C. Grayscale: #E6E6E6. Windows color (decimal): -2425453 or 9698778. OLE color: 9698778.

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

Color convert

RGB218253147-
CMYK0.1400.420.01
HSL79.81º96.36%78.43%-
HSV(B)79.81º41.9%99.22%-
XYZ69.3187.2640.79-
YUV230.4580.9119.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 147 (57.81% from 255) = 23.79%
R=35.28%
G=40.94%
B=23.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531470.1400.420.0179.8196.3678.43
HexDAFD93E02A150604e
Octal332375223160521120140116
Binary110110101111110110010011111001010101101000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD93; }

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

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

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

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

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

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

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

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