Html Css Color HEX #DCE774 Mindaro

📋 copy color: '#DCE774'

red 220 ◦ green 231 ◦ blue 116

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

Shades of Mindaro #DCE774

Tints of Mindaro #DCE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

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

R = 38.8%
G = 40.74%
B = 20.46%

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

#DCE774 (or 0xDCE774) is known color: Mindaro. HEX triplet: DC, E7 and 74. RGB value is (220,231,116). Sum of RGB (Red+Green+Blue) = 220+231+116=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE774 is #23188B. Grayscale: #D7D7D7. Windows color (decimal): -2300044 or 7661532. OLE color: 7661532.

HSL color Cylindrical-coordinate representation of color #DCE774: hue angle of 65.74º degrees, saturation: 0.71, 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 #DCE774 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 116 -
CMYK 0.05 0 0.50 0.09
HSL 65.74º 0.71% 0.68% -
HSV(B) 65.74º 0.5% 0.91% -
XYZ 61.24 73.63 27.51 -
YUV 214.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 220 231 116 0.05 0 0.50 0.09 65.74 0.71 0.68
Hex DC E7 74 5 0 32 9 42 47 44
Octal 334 347 164 5 0 62 11 102 107 104
Binary 11011100 11100111 1110100 101 0 110010 1001 1000010 1000111 1000100

Color Harmonies of #DCE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE774

Black with #DCE774

Text Example


Text Example

White with #DCE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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