#DAFD91

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

Shades of Reef #DAFD91

Tints of Reef #DAFD91

Color information

#DAFD91 (or 0xDAFD91) is unknown color: approx Reef. HEX triplet: DA, FD and 91. RGB value is (218,253,145). Sum of RGB (Red+Green+Blue) = 218+253+145=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD91 is #25026E. Grayscale: #E6E6E6. Windows color (decimal): -2425455 or 9567706. OLE color: 9567706.

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

Color convert

RGB218253145-
CMYK0.1400.430.01
HSL79.44º96.43%78.04%-
HSV(B)79.44º42.69%99.22%-
XYZ69.1587.239.97-
YUV230.2279.9119.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=35.39%
G=41.07%
B=23.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531450.1400.430.0179.4496.4378.04
HexDAFD91E02B14f604e
Octal332375221160531117140116
Binary110110101111110110010001111001010111100111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD91; }

 p { color: rgb(218,253,145); }

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

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

 a { background-color: rgb(218,253,145); }

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

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

 span { border-color: rgb(218,253,145); }

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