Html Css Color HEX #DCEE85 Mindaro

📋 copy color: '#DCEE85'

red 220 ◦ green 238 ◦ blue 133

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

Shades of Mindaro #DCEE85

Tints of Mindaro #DCEE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 37.23%
G = 40.27%
B = 22.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DCEE85 (or 0xDCEE85) is known color: Mindaro. HEX triplet: DC, EE and 85. RGB value is (220,238,133). Sum of RGB (Red+Green+Blue) = 220+238+133=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE85 is #23117A. Grayscale: #DDDDDD. Windows color (decimal): -2298235 or 8777436. OLE color: 8777436.

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

Color convert

RGB 220 238 133 -
CMYK 0.08 0 0.44 0.07
HSL 70.29º 0.76% 0.73% -
HSV(B) 70.29º 0.44% 0.93% -
XYZ 64.32 78.06 33.87 -
YUV 220.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 220 238 133 0.08 0 0.44 0.07 70.29 0.76 0.73
Hex DC EE 85 8 0 2C 7 46 4C 49
Octal 334 356 205 10 0 54 7 106 114 111
Binary 11011100 11101110 10000101 1000 0 101100 111 1000110 1001100 1001001

Color Harmonies of #DCEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE85

Black with #DCEE85

Text Example


Text Example

White with #DCEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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