#DAFA8B

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

Shades of Reef #DAFA8B

Tints of Reef #DAFA8B

Color information

#DAFA8B (or 0xDAFA8B) is unknown color: approx Reef. HEX triplet: DA, FA and 8B. RGB value is (218,250,139). Sum of RGB (Red+Green+Blue) = 218+250+139=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA8B is #250574. Grayscale: #E4E4E4. Windows color (decimal): -2426229 or 9173722. OLE color: 9173722.

HSL color Cylindrical-coordinate representation of color #DAFA8B: hue angle of 77.3º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFA8B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB218250139-
CMYK0.1300.440.02
HSL77.3º91.74%76.27%-
HSV(B)77.3º44.4%98.04%-
XYZ67.7685.1437.29-
YUV227.7877.9121.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 139 (54.69% from 255) = 22.90%
R=35.91%
G=41.19%
B=22.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501390.1300.440.0277.391.7476.27
HexDAFA8BD02C24d5c4c
Octal332372213150542115134114
Binary1101101011111010100010111101010110010100110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA8B; }

 p { color: rgb(218,250,139); }

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

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

 a { background-color: rgb(218,250,139); }

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

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

 span { border-color: rgb(218,250,139); }

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