#dcff7c

Color #DCFF7C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCFF7C

Tints of Mindaro #DCFF7C

Color information

#DCFF7C (or 0xDCFF7C) is unknown color: approx Mindaro. HEX triplet: DC, FF and 7C. RGB value is (220,255,124). Sum of RGB (Red+Green+Blue) = 220+255+124=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF7C is #230083. Grayscale: #E6E6E6. Windows color (decimal): -2293892 or 8191964. OLE color: 8191964.

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

Color convert

RGB220255124-
CMYK0.1400.510
HSL76.03º100%74.31%-
HSV(B)76.03º51.37%100%-
XYZ68.9188.1932.46-
YUV229.668.4121.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 124 (48.83% from 255) = 20.70%
R=36.73%
G=42.57%
B=20.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551240.1400.51076.0310074.31
HexDCFF7CE03304c644a
Octal334377174160630114144112
Binary11011100111111111111100111001100110100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcff7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcff7c; }

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

 H1.HeaderClassName
 {
   color: #dcff7c;
 }
 .AnyTagClassName
 {
   color: #dcff7c;
 }
</style>
background-color css

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

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

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

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

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

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