#DAFC94

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

Shades of Reef #DAFC94

Tints of Reef #DAFC94

Color information

#DAFC94 (or 0xDAFC94) is unknown color: approx Reef. HEX triplet: DA, FC and 94. RGB value is (218,252,148). Sum of RGB (Red+Green+Blue) = 218+252+148=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC94 is #25036B. Grayscale: #E6E6E6. Windows color (decimal): -2425708 or 9764058. OLE color: 9764058.

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

Color convert

RGB218252148-
CMYK0.1300.410.01
HSL79.62º94.55%78.43%-
HSV(B)79.62º41.27%98.82%-
XYZ69.0786.6641.1-
YUV229.9881.74119.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 148 (58.20% from 255) = 23.95%
R=35.28%
G=40.78%
B=23.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521480.1300.410.0179.6294.5578.43
HexDAFC94D0291505f4e
Octal332374224150511120137116
Binary110110101111110010010100110101010011101000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC94; }

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

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

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

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

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

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

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

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