Html Css Color HEX #DCF7AF Reef

📋 copy color: '#DCF7AF'

red 220 ◦ green 247 ◦ blue 175

#DCF7AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DCF7AF

Tints of Reef #DCF7AF

RGB

 RED value IS 220 (86.33% from 255) = 34.27%

 GREEN value IS 247 (96.88% from 255) = 38.47%

 BLUE value IS 175 (68.75% from 255) = 27.26%

R = 34.27%
G = 38.47%
B = 27.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#DCF7AF (or 0xDCF7AF) is known color: Reef. HEX triplet: DC, F7 and AF. RGB value is (220,247,175). Sum of RGB (Red+Green+Blue) = 220+247+175=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF7AF is #230850. Grayscale: #E6E6E6. Windows color (decimal): -2295889 or 11532252. OLE color: 11532252.

HSL color Cylindrical-coordinate representation of color #DCF7AF: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF7AF is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 175 -
CMYK 0.11 0 0.29 0.03
HSL 82.5º 0.82% 0.83% -
HSV(B) 82.5º 0.29% 0.97% -
XYZ 70.51 84.83 53.22 -
YUV 230.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 220 247 175 0.11 0 0.29 0.03 82.5 0.82 0.83
Hex DC F7 AF B 0 1D 3 52 52 53
Octal 334 367 257 13 0 35 3 122 122 123
Binary 11011100 11110111 10101111 1011 0 11101 11 1010010 1010010 1010011

Color Harmonies of #DCF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF7AF

Black with #DCF7AF

Text Example


Text Example

White with #DCF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF7AF; }

 p { color: rgb(220,247,175); }

 H1.HeaderClassName
 {
   color: #DCF7AF;
 }
 .AnyTagClassName
 {
   color: #DCF7AF;
 }
</style>

background-color css

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

 a { background-color: rgb(220,247,175); }

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

border-color css

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

 span { border-color: rgb(220,247,175); }

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