Html Css Color HEX #DCEE60 Mindaro

📋 copy color: '#DCEE60'

red 220 ◦ green 238 ◦ blue 96

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

Shades of Mindaro #DCEE60

Tints of Mindaro #DCEE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.33%

R = 39.71%
G = 42.96%
B = 17.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#DCEE60 (or 0xDCEE60) is known color: Mindaro. HEX triplet: DC, EE and 60. RGB value is (220,238,96). Sum of RGB (Red+Green+Blue) = 220+238+96=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE60 is #23119F. Grayscale: #D8D8D8. Windows color (decimal): -2298272 or 6352604. OLE color: 6352604.

HSL color Cylindrical-coordinate representation of color #DCEE60: hue angle of 67.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCEE60 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 96 -
CMYK 0.08 0 0.60 0.07
HSL 67.61º 0.81% 0.65% -
HSV(B) 67.61º 0.6% 0.93% -
XYZ 62.2 77.21 22.69 -
YUV 216.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 220 238 96 0.08 0 0.60 0.07 67.61 0.81 0.65
Hex DC EE 60 8 0 3C 7 44 51 41
Octal 334 356 140 10 0 74 7 104 121 101
Binary 11011100 11101110 1100000 1000 0 111100 111 1000100 1010001 1000001

Color Harmonies of #DCEE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE60

Black with #DCEE60

Text Example


Text Example

White with #DCEE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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