Html Css Color HEX #DCFEA0 Reef

📋 copy color: '#DCFEA0'

red 220 ◦ green 254 ◦ blue 160

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

Shades of Reef #DCFEA0

Tints of Reef #DCFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 34.7%
G = 40.06%
B = 25.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#DCFEA0 (or 0xDCFEA0) is known color: Reef. HEX triplet: DC, FE and A0. RGB value is (220,254,160). Sum of RGB (Red+Green+Blue) = 220+254+160=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA0 is #23015F. Grayscale: #E9E9E9. Windows color (decimal): -2294112 or 10551004. OLE color: 10551004.

HSL color Cylindrical-coordinate representation of color #DCFEA0: hue angle of 81.7º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCFEA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 160 -
CMYK 0.13 0 0.37 0.00
HSL 81.7º 0.98% 0.81% -
HSV(B) 81.7º 0.37% 1% -
XYZ 71.3 88.64 46.61 -
YUV 233.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 220 254 160 0.13 0 0.37 0.00 81.7 0.98 0.81
Hex DC FE A0 D 0 25 0 52 62 51
Octal 334 376 240 15 0 45 0 122 142 121
Binary 11011100 11111110 10100000 1101 0 100101 0 1010010 1100010 1010001

Color Harmonies of #DCFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEA0

Black with #DCFEA0

Text Example


Text Example

White with #DCFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEA0; }

 p { color: rgb(220,254,160); }

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

background-color css

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

 a { background-color: rgb(220,254,160); }

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

border-color css

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

 span { border-color: rgb(220,254,160); }

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