#DAF89B

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

Shades of Reef #DAF89B

Tints of Reef #DAF89B

Color information

#DAF89B (or 0xDAF89B) is unknown color: approx Reef. HEX triplet: DA, F8 and 9B. RGB value is (218,248,155). Sum of RGB (Red+Green+Blue) = 218+248+155=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF89B is #250764. Grayscale: #E4E4E4. Windows color (decimal): -2426725 or 10221786. OLE color: 10221786.

HSL color Cylindrical-coordinate representation of color #DAF89B: hue angle of 79.35º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAF89B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB218248155-
CMYK0.1200.380.03
HSL79.35º86.92%79.02%-
HSV(B)79.35º37.5%97.25%-
XYZ68.484.4143.7-
YUV228.4386.56120.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 155 (60.94% from 255) = 24.96%
R=35.10%
G=39.94%
B=24.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481550.1200.380.0379.3586.9279.02
HexDAF89BC02634f574f
Octal332370233140463117127117
Binary1101101011111000100110111100010011011100111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF89B; }

 p { color: rgb(218,248,155); }

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

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

 a { background-color: rgb(218,248,155); }

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

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

 span { border-color: rgb(218,248,155); }

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