Html Css Color HEX #DCE570 Mindaro

📋 copy color: '#DCE570'

red 220 ◦ green 229 ◦ blue 112

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

Shades of Mindaro #DCE570

Tints of Mindaro #DCE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 39.22%
G = 40.82%
B = 19.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#DCE570 (or 0xDCE570) is known color: Mindaro. HEX triplet: DC, E5 and 70. RGB value is (220,229,112). Sum of RGB (Red+Green+Blue) = 220+229+112=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE570 is #231A8F. Grayscale: #D5D5D5. Windows color (decimal): -2300560 or 7398876. OLE color: 7398876.

HSL color Cylindrical-coordinate representation of color #DCE570: hue angle of 64.62º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE570 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 112 -
CMYK 0.04 0 0.51 0.10
HSL 64.62º 0.69% 0.67% -
HSV(B) 64.62º 0.51% 0.9% -
XYZ 60.46 72.42 26.12 -
YUV 212.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 220 229 112 0.04 0 0.51 0.10 64.62 0.69 0.67
Hex DC E5 70 4 0 33 A 41 45 43
Octal 334 345 160 4 0 63 12 101 105 103
Binary 11011100 11100101 1110000 100 0 110011 1010 1000001 1000101 1000011

Color Harmonies of #DCE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE570

Black with #DCE570

Text Example


Text Example

White with #DCE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE570; }

 p { color: rgb(220,229,112); }

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

background-color css

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

 a { background-color: rgb(220,229,112); }

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

border-color css

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

 span { border-color: rgb(220,229,112); }

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