Html Css Color HEX #DCFDA4 Reef

📋 copy color: '#DCFDA4'

red 220 ◦ green 253 ◦ blue 164

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

Shades of Reef #DCFDA4

Tints of Reef #DCFDA4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.72%

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

R = 34.54%
G = 39.72%
B = 25.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#DCFDA4 (or 0xDCFDA4) is known color: Reef. HEX triplet: DC, FD and A4. RGB value is (220,253,164). Sum of RGB (Red+Green+Blue) = 220+253+164=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA4 is #23025B. Grayscale: #E9E9E9. Windows color (decimal): -2294364 or 10812892. OLE color: 10812892.

HSL color Cylindrical-coordinate representation of color #DCFDA4: hue angle of 82.25º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 164 -
CMYK 0.13 0 0.35 0.01
HSL 82.25º 0.96% 0.82% -
HSV(B) 82.25º 0.35% 0.99% -
XYZ 71.34 88.15 48.38 -
YUV 232.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 220 253 164 0.13 0 0.35 0.01 82.25 0.96 0.82
Hex DC FD A4 D 0 23 1 52 60 52
Octal 334 375 244 15 0 43 1 122 140 122
Binary 11011100 11111101 10100100 1101 0 100011 1 1010010 1100000 1010010

Color Harmonies of #DCFDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDA4

Black with #DCFDA4

Text Example


Text Example

White with #DCFDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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