Html Css Color HEX #DCEE7D Mindaro

📋 copy color: '#DCEE7D'

red 220 ◦ green 238 ◦ blue 125

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

Shades of Mindaro #DCEE7D

Tints of Mindaro #DCEE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 37.74%
G = 40.82%
B = 21.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#DCEE7D (or 0xDCEE7D) is known color: Mindaro. HEX triplet: DC, EE and 7D. RGB value is (220,238,125). Sum of RGB (Red+Green+Blue) = 220+238+125=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE7D is #231182. Grayscale: #DCDCDC. Windows color (decimal): -2298243 or 8253148. OLE color: 8253148.

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

Color convert

RGB 220 238 125 -
CMYK 0.08 0 0.47 0.07
HSL 69.56º 0.77% 0.71% -
HSV(B) 69.56º 0.47% 0.93% -
XYZ 63.79 77.85 31.07 -
YUV 219.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 220 238 125 0.08 0 0.47 0.07 69.56 0.77 0.71
Hex DC EE 7D 8 0 2F 7 46 4D 47
Octal 334 356 175 10 0 57 7 106 115 107
Binary 11011100 11101110 1111101 1000 0 101111 111 1000110 1001101 1000111

Color Harmonies of #DCEE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE7D

Black with #DCEE7D

Text Example


Text Example

White with #DCEE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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