Html Css Color HEX #DCFD7C Mindaro

📋 copy color: '#DCFD7C'

red 220 ◦ green 253 ◦ blue 124

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

Shades of Mindaro #DCFD7C

Tints of Mindaro #DCFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.77%

R = 36.85%
G = 42.38%
B = 20.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#DCFD7C (or 0xDCFD7C) is known color: Mindaro. HEX triplet: DC, FD and 7C. RGB value is (220,253,124). Sum of RGB (Red+Green+Blue) = 220+253+124=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD7C is #230283. Grayscale: #E4E4E4. Windows color (decimal): -2294404 or 8191452. OLE color: 8191452.

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

Color convert

RGB 220 253 124 -
CMYK 0.13 0 0.51 0.01
HSL 75.35º 0.97% 0.74% -
HSV(B) 75.35º 0.51% 0.99% -
XYZ 68.28 86.92 32.25 -
YUV 228.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 220 253 124 0.13 0 0.51 0.01 75.35 0.97 0.74
Hex DC FD 7C D 0 33 1 4B 61 4A
Octal 334 375 174 15 0 63 1 113 141 112
Binary 11011100 11111101 1111100 1101 0 110011 1 1001011 1100001 1001010

Color Harmonies of #DCFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD7C

Black with #DCFD7C

Text Example


Text Example

White with #DCFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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