Html Css Color HEX #DCEE74 Mindaro

📋 copy color: '#DCEE74'

red 220 ◦ green 238 ◦ blue 116

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

Shades of Mindaro #DCEE74

Tints of Mindaro #DCEE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 38.33%
G = 41.46%
B = 20.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DCEE74 (or 0xDCEE74) is known color: Mindaro. HEX triplet: DC, EE and 74. RGB value is (220,238,116). Sum of RGB (Red+Green+Blue) = 220+238+116=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE74 is #23118B. Grayscale: #DBDBDB. Windows color (decimal): -2298252 or 7663324. OLE color: 7663324.

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

Color convert

RGB 220 238 116 -
CMYK 0.08 0 0.51 0.07
HSL 68.85º 0.78% 0.69% -
HSV(B) 68.85º 0.51% 0.93% -
XYZ 63.24 77.63 28.17 -
YUV 218.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 220 238 116 0.08 0 0.51 0.07 68.85 0.78 0.69
Hex DC EE 74 8 0 33 7 45 4E 45
Octal 334 356 164 10 0 63 7 105 116 105
Binary 11011100 11101110 1110100 1000 0 110011 111 1000101 1001110 1000101

Color Harmonies of #DCEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE74

Black with #DCEE74

Text Example


Text Example

White with #DCEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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