Html Css Color HEX #DCEE6F Mindaro

📋 copy color: '#DCEE6F'

red 220 ◦ green 238 ◦ blue 111

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

Shades of Mindaro #DCEE6F

Tints of Mindaro #DCEE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.51%

R = 38.66%
G = 41.83%
B = 19.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DCEE6F (or 0xDCEE6F) is known color: Mindaro. HEX triplet: DC, EE and 6F. RGB value is (220,238,111). Sum of RGB (Red+Green+Blue) = 220+238+111=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE6F is #231190. Grayscale: #DADADA. Windows color (decimal): -2298257 or 7335644. OLE color: 7335644.

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

Color convert

RGB 220 238 111 -
CMYK 0.08 0 0.53 0.07
HSL 68.5º 0.79% 0.68% -
HSV(B) 68.5º 0.53% 0.93% -
XYZ 62.96 77.51 26.68 -
YUV 218.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 220 238 111 0.08 0 0.53 0.07 68.5 0.79 0.68
Hex DC EE 6F 8 0 35 7 45 4F 44
Octal 334 356 157 10 0 65 7 105 117 104
Binary 11011100 11101110 1101111 1000 0 110101 111 1000101 1001111 1000100

Color Harmonies of #DCEE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE6F

Black with #DCEE6F

Text Example


Text Example

White with #DCEE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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