Html Css Color HEX #DCEE82 Mindaro

📋 copy color: '#DCEE82'

red 220 ◦ green 238 ◦ blue 130

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

Shades of Mindaro #DCEE82

Tints of Mindaro #DCEE82

RGB

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

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

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

R = 37.41%
G = 40.48%
B = 22.11%

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

#DCEE82 (or 0xDCEE82) is known color: Mindaro. HEX triplet: DC, EE and 82. RGB value is (220,238,130). Sum of RGB (Red+Green+Blue) = 220+238+130=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE82 is #23117D. Grayscale: #DCDCDC. Windows color (decimal): -2298238 or 8580828. OLE color: 8580828.

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

Color convert

RGB 220 238 130 -
CMYK 0.08 0 0.45 0.07
HSL 70º 0.76% 0.72% -
HSV(B) 70º 0.45% 0.93% -
XYZ 64.12 77.98 32.79 -
YUV 220.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 220 238 130 0.08 0 0.45 0.07 70 0.76 0.72
Hex DC EE 82 8 0 2D 7 46 4C 48
Octal 334 356 202 10 0 55 7 106 114 110
Binary 11011100 11101110 10000010 1000 0 101101 111 1000110 1001100 1001000

Color Harmonies of #DCEE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE82

Black with #DCEE82

Text Example


Text Example

White with #DCEE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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