Html Css Color HEX #DCFFA4 Reef

📋 copy color: '#DCFFA4'

red 220 ◦ green 255 ◦ blue 164

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

Shades of Reef #DCFFA4

Tints of Reef #DCFFA4

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 164 (64.45% from 255) = 25.67%

R = 34.43%
G = 39.91%
B = 25.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#DCFFA4 (or 0xDCFFA4) is known color: Reef. HEX triplet: DC, FF and A4. RGB value is (220,255,164). Sum of RGB (Red+Green+Blue) = 220+255+164=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA4 is #23005B. Grayscale: #EAEAEA. Windows color (decimal): -2293852 or 10813404. OLE color: 10813404.

HSL color Cylindrical-coordinate representation of color #DCFFA4: hue angle of 83.08º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFFA4 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 164 -
CMYK 0.14 0 0.36 0
HSL 83.08º 1% 0.82% -
HSV(B) 83.08º 0.36% 1% -
XYZ 71.98 89.42 48.59 -
YUV 234.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 220 255 164 0.14 0 0.36 0 83.08 1 0.82
Hex DC FF A4 E 0 24 0 53 64 52
Octal 334 377 244 16 0 44 0 123 144 122
Binary 11011100 11111111 10100100 1110 0 100100 0 1010011 1100100 1010010

Color Harmonies of #DCFFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFA4

Black with #DCFFA4

Text Example


Text Example

White with #DCFFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFA4; }

 p { color: rgb(220,255,164); }

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

background-color css

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

 a { background-color: rgb(220,255,164); }

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

border-color css

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

 span { border-color: rgb(220,255,164); }

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