Html Css Color HEX #DCEA84 Mindaro

📋 copy color: '#DCEA84'

red 220 ◦ green 234 ◦ blue 132

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

Shades of Mindaro #DCEA84

Tints of Mindaro #DCEA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.93%

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 37.54%
G = 39.93%
B = 22.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DCEA84 (or 0xDCEA84) is known color: Mindaro. HEX triplet: DC, EA and 84. RGB value is (220,234,132). Sum of RGB (Red+Green+Blue) = 220+234+132=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA84 is #23157B. Grayscale: #DADADA. Windows color (decimal): -2299260 or 8710876. OLE color: 8710876.

HSL color Cylindrical-coordinate representation of color #DCEA84: hue angle of 68.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEA84 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 132 -
CMYK 0.06 0 0.44 0.08
HSL 68.24º 0.71% 0.72% -
HSV(B) 68.24º 0.44% 0.92% -
XYZ 63.1 75.73 33.12 -
YUV 218.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 220 234 132 0.06 0 0.44 0.08 68.24 0.71 0.72
Hex DC EA 84 6 0 2C 8 44 47 48
Octal 334 352 204 6 0 54 10 104 107 110
Binary 11011100 11101010 10000100 110 0 101100 1000 1000100 1000111 1001000

Color Harmonies of #DCEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA84

Black with #DCEA84

Text Example


Text Example

White with #DCEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA84; }

 p { color: rgb(220,234,132); }

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

background-color css

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

 a { background-color: rgb(220,234,132); }

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

border-color css

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

 span { border-color: rgb(220,234,132); }

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