#DAF393

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

Shades of Reef #DAF393

Tints of Reef #DAF393

Color information

#DAF393 (or 0xDAF393) is unknown color: approx Reef. HEX triplet: DA, F3 and 93. RGB value is (218,243,147). Sum of RGB (Red+Green+Blue) = 218+243+147=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF393 is #250C6C. Grayscale: #E0E0E0. Windows color (decimal): -2428013 or 9696218. OLE color: 9696218.

HSL color Cylindrical-coordinate representation of color #DAF393: hue angle of 75.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF393 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB218243147-
CMYK0.1000.400.05
HSL75.62º80%76.47%-
HSV(B)75.62º39.51%95.29%-
XYZ66.2381.1139.77-
YUV224.5884.22123.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 147 (57.81% from 255) = 24.18%
R=35.86%
G=39.97%
B=24.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431470.1000.400.0575.628076.47
HexDAF393A02854c504c
Octal332363223120505114120114
Binary11011010111100111001001110100101000101100110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF393; }

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

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

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

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

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

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

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

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