#DCF875

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

Shades of Mindaro #DCF875

Tints of Mindaro #DCF875

Color information

#DCF875 (or 0xDCF875) is unknown color: approx Mindaro. HEX triplet: DC, F8 and 75. RGB value is (220,248,117). Sum of RGB (Red+Green+Blue) = 220+248+117=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF875 is #23078A. Grayscale: #E1E1E1. Windows color (decimal): -2295691 or 7731420. OLE color: 7731420.

HSL color Cylindrical-coordinate representation of color #DCF875: hue angle of 72.82º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF875 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB220248117-
CMYK0.1100.530.03
HSL72.82º90.34%71.57%-
HSV(B)72.82º52.82%97.25%-
XYZ66.2983.6329.48-
YUV224.6967.22124.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 117 (46.09% from 255) = 20%
R=37.61%
G=42.39%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481170.1100.530.0372.8290.3471.57
HexDCF875B0353495a48
Octal334370165130653111132110
Binary110111001111100011101011011011010111100100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF875; }

 p { color: rgb(220,248,117); }

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

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

 a { background-color: rgb(220,248,117); }

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

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

 span { border-color: rgb(220,248,117); }

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