Html Css Color HEX #DCE56B Mindaro

📋 copy color: '#DCE56B'

red 220 ◦ green 229 ◦ blue 107

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

Shades of Mindaro #DCE56B

Tints of Mindaro #DCE56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.24%

R = 39.57%
G = 41.19%
B = 19.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#DCE56B (or 0xDCE56B) is known color: Mindaro. HEX triplet: DC, E5 and 6B. RGB value is (220,229,107). Sum of RGB (Red+Green+Blue) = 220+229+107=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE56B is #231A94. Grayscale: #D4D4D4. Windows color (decimal): -2300565 or 7071196. OLE color: 7071196.

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

Color convert

RGB 220 229 107 -
CMYK 0.04 0 0.53 0.10
HSL 64.43º 0.7% 0.66% -
HSV(B) 64.43º 0.53% 0.9% -
XYZ 60.19 72.32 24.7 -
YUV 212.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 220 229 107 0.04 0 0.53 0.10 64.43 0.7 0.66
Hex DC E5 6B 4 0 35 A 40 46 42
Octal 334 345 153 4 0 65 12 100 106 102
Binary 11011100 11100101 1101011 100 0 110101 1010 1000000 1000110 1000010

Color Harmonies of #DCE56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE56B

Black with #DCE56B

Text Example


Text Example

White with #DCE56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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