Html Css Color HEX #DCE874 Mindaro

📋 copy color: '#DCE874'

red 220 ◦ green 232 ◦ blue 116

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

Shades of Mindaro #DCE874

Tints of Mindaro #DCE874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.85%

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

R = 38.73%
G = 40.85%
B = 20.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DCE874 (or 0xDCE874) is known color: Mindaro. HEX triplet: DC, E8 and 74. RGB value is (220,232,116). Sum of RGB (Red+Green+Blue) = 220+232+116=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE874 is #23178B. Grayscale: #D7D7D7. Windows color (decimal): -2299788 or 7661788. OLE color: 7661788.

HSL color Cylindrical-coordinate representation of color #DCE874: hue angle of 66.21º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE874 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 116 -
CMYK 0.05 0 0.50 0.09
HSL 66.21º 0.72% 0.68% -
HSV(B) 66.21º 0.5% 0.91% -
XYZ 61.52 74.19 27.6 -
YUV 215.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 220 232 116 0.05 0 0.50 0.09 66.21 0.72 0.68
Hex DC E8 74 5 0 32 9 42 48 44
Octal 334 350 164 5 0 62 11 102 110 104
Binary 11011100 11101000 1110100 101 0 110010 1001 1000010 1001000 1000100

Color Harmonies of #DCE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE874

Black with #DCE874

Text Example


Text Example

White with #DCE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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