Html Css Color HEX #DCEE84 Mindaro

📋 copy color: '#DCEE84'

red 220 ◦ green 238 ◦ blue 132

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

Shades of Mindaro #DCEE84

Tints of Mindaro #DCEE84

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

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

R = 37.29%
G = 40.34%
B = 22.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DCEE84 (or 0xDCEE84) is known color: Mindaro. HEX triplet: DC, EE and 84. RGB value is (220,238,132). Sum of RGB (Red+Green+Blue) = 220+238+132=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE84 is #23117B. Grayscale: #DCDCDC. Windows color (decimal): -2298236 or 8711900. OLE color: 8711900.

HSL color Cylindrical-coordinate representation of color #DCEE84: hue angle of 70.19º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCEE84 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 132 -
CMYK 0.08 0 0.45 0.07
HSL 70.19º 0.76% 0.73% -
HSV(B) 70.19º 0.45% 0.93% -
XYZ 64.25 78.03 33.5 -
YUV 220.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 220 238 132 0.08 0 0.45 0.07 70.19 0.76 0.73
Hex DC EE 84 8 0 2D 7 46 4C 49
Octal 334 356 204 10 0 55 7 106 114 111
Binary 11011100 11101110 10000100 1000 0 101101 111 1000110 1001100 1001001

Color Harmonies of #DCEE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE84

Black with #DCEE84

Text Example


Text Example

White with #DCEE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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