Html Css Color HEX #DCE56A Mindaro

📋 copy color: '#DCE56A'

red 220 ◦ green 229 ◦ blue 106

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

Shades of Mindaro #DCE56A

Tints of Mindaro #DCE56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.1%

R = 39.64%
G = 41.26%
B = 19.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#DCE56A (or 0xDCE56A) is known color: Mindaro. HEX triplet: DC, E5 and 6A. RGB value is (220,229,106). Sum of RGB (Red+Green+Blue) = 220+229+106=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE56A is #231A95. Grayscale: #D4D4D4. Windows color (decimal): -2300566 or 7005660. OLE color: 7005660.

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

Color convert

RGB 220 229 106 -
CMYK 0.04 0 0.54 0.10
HSL 64.39º 0.7% 0.66% -
HSV(B) 64.39º 0.54% 0.9% -
XYZ 60.14 72.29 24.42 -
YUV 212.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 220 229 106 0.04 0 0.54 0.10 64.39 0.7 0.66
Hex DC E5 6A 4 0 36 A 40 46 42
Octal 334 345 152 4 0 66 12 100 106 102
Binary 11011100 11100101 1101010 100 0 110110 1010 1000000 1000110 1000010

Color Harmonies of #DCE56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE56A

Black with #DCE56A

Text Example


Text Example

White with #DCE56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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