Html Css Color HEX #DCF9AF Reef

📋 copy color: '#DCF9AF'

red 220 ◦ green 249 ◦ blue 175

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

Shades of Reef #DCF9AF

Tints of Reef #DCF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.66%

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

R = 34.16%
G = 38.66%
B = 27.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DCF9AF (or 0xDCF9AF) is known color: Reef. HEX triplet: DC, F9 and AF. RGB value is (220,249,175). Sum of RGB (Red+Green+Blue) = 220+249+175=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9AF is #230650. Grayscale: #E8E8E8. Windows color (decimal): -2295377 or 11532764. OLE color: 11532764.

HSL color Cylindrical-coordinate representation of color #DCF9AF: hue angle of 83.51º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF9AF is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 175 -
CMYK 0.12 0 0.30 0.02
HSL 83.51º 0.86% 0.83% -
HSV(B) 83.51º 0.3% 0.98% -
XYZ 71.13 86.06 53.42 -
YUV 231.89 95.89 119.52 -
System Red Green Blue C M Y K H S L
Decimal 220 249 175 0.12 0 0.30 0.02 83.51 0.86 0.83
Hex DC F9 AF C 0 1E 2 54 56 53
Octal 334 371 257 14 0 36 2 124 126 123
Binary 11011100 11111001 10101111 1100 0 11110 10 1010100 1010110 1010011

Color Harmonies of #DCF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9AF

Black with #DCF9AF

Text Example


Text Example

White with #DCF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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