Html Css Color HEX #DCE882 Mindaro

📋 copy color: '#DCE882'

red 220 ◦ green 232 ◦ blue 130

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

Shades of Mindaro #DCE882

Tints of Mindaro #DCE882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 37.8%
G = 39.86%
B = 22.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DCE882 (or 0xDCE882) is known color: Mindaro. HEX triplet: DC, E8 and 82. RGB value is (220,232,130). Sum of RGB (Red+Green+Blue) = 220+232+130=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE882 is #23177D. Grayscale: #D9D9D9. Windows color (decimal): -2299774 or 8579292. OLE color: 8579292.

HSL color Cylindrical-coordinate representation of color #DCE882: hue angle of 67.06º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE882 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 130 -
CMYK 0.05 0 0.44 0.09
HSL 67.06º 0.69% 0.71% -
HSV(B) 67.06º 0.44% 0.91% -
XYZ 62.4 74.54 32.22 -
YUV 216.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 220 232 130 0.05 0 0.44 0.09 67.06 0.69 0.71
Hex DC E8 82 5 0 2C 9 43 45 47
Octal 334 350 202 5 0 54 11 103 105 107
Binary 11011100 11101000 10000010 101 0 101100 1001 1000011 1000101 1000111

Color Harmonies of #DCE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE882

Black with #DCE882

Text Example


Text Example

White with #DCE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE882; }

 p { color: rgb(220,232,130); }

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

background-color css

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

 a { background-color: rgb(220,232,130); }

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

border-color css

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

 span { border-color: rgb(220,232,130); }

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