Html Css Color HEX #DCF5AF Reef

📋 copy color: '#DCF5AF'

red 220 ◦ green 245 ◦ blue 175

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

Shades of Reef #DCF5AF

Tints of Reef #DCF5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.28%

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

R = 34.38%
G = 38.28%
B = 27.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#DCF5AF (or 0xDCF5AF) is known color: Reef. HEX triplet: DC, F5 and AF. RGB value is (220,245,175). Sum of RGB (Red+Green+Blue) = 220+245+175=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AF is #230A50. Grayscale: #E5E5E5. Windows color (decimal): -2296401 or 11531740. OLE color: 11531740.

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

Color convert

RGB 220 245 175 -
CMYK 0.10 0 0.29 0.04
HSL 81.43º 0.78% 0.82% -
HSV(B) 81.43º 0.29% 0.96% -
XYZ 69.91 83.62 53.01 -
YUV 229.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 220 245 175 0.10 0 0.29 0.04 81.43 0.78 0.82
Hex DC F5 AF A 0 1D 4 51 4E 52
Octal 334 365 257 12 0 35 4 121 116 122
Binary 11011100 11110101 10101111 1010 0 11101 100 1010001 1001110 1010010

Color Harmonies of #DCF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF5AF

Black with #DCF5AF

Text Example


Text Example

White with #DCF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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