#DAFC8A

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

Shades of Reef #DAFC8A

Tints of Reef #DAFC8A

Color information

#DAFC8A (or 0xDAFC8A) is unknown color: approx Reef. HEX triplet: DA, FC and 8A. RGB value is (218,252,138). Sum of RGB (Red+Green+Blue) = 218+252+138=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC8A is #250375. Grayscale: #E5E5E5. Windows color (decimal): -2425718 or 9108698. OLE color: 9108698.

HSL color Cylindrical-coordinate representation of color #DAFC8A: hue angle of 77.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAFC8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB218252138-
CMYK0.1300.450.01
HSL77.89º95%76.47%-
HSV(B)77.89º45.24%98.82%-
XYZ68.3186.3637.11-
YUV228.8476.74120.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 138 (54.30% from 255) = 22.70%
R=35.86%
G=41.45%
B=22.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521380.1300.450.0177.899576.47
HexDAFC8AD02D14e5f4c
Octal332374212150551116137114
Binary110110101111110010001010110101011011100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC8A; }

 p { color: rgb(218,252,138); }

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

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

 a { background-color: rgb(218,252,138); }

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

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

 span { border-color: rgb(218,252,138); }

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