#DFF4AF

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

Shades of Reef #DFF4AF

Tints of Reef #DFF4AF

Color information

#DFF4AF (or 0xDFF4AF) is unknown color: approx Reef. HEX triplet: DF, F4 and AF. RGB value is (223,244,175). Sum of RGB (Red+Green+Blue) = 223+244+175=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF4AF is #200B50. Grayscale: #E6E6E6. Windows color (decimal): -2100049 or 11531487. OLE color: 11531487.

HSL color Cylindrical-coordinate representation of color #DFF4AF: hue angle of 78.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF4AF is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB223244175-
CMYK0.0900.280.04
HSL78.26º75.82%82.16%-
HSV(B)78.26º28.28%95.69%-
XYZ70.5283.4852.95-
YUV229.8597.04123.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=34.74%
G=38.01%
B=27.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232441750.0900.280.0478.2675.8282.16
HexDFF4AF901C44e4c52
Octal337364257110344116114122
Binary1101111111110100101011111001011100100100111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF4AF; }

 p { color: rgb(223,244,175); }

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

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

 a { background-color: rgb(223,244,175); }

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

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

 span { border-color: rgb(223,244,175); }

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