Html Css Color HEX #DCE775 Mindaro

📋 copy color: '#DCE775'

red 220 ◦ green 231 ◦ blue 117

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

Shades of Mindaro #DCE775

Tints of Mindaro #DCE775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.6%

R = 38.73%
G = 40.67%
B = 20.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DCE775 (or 0xDCE775) is known color: Mindaro. HEX triplet: DC, E7 and 75. RGB value is (220,231,117). Sum of RGB (Red+Green+Blue) = 220+231+117=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE775 is #23188A. Grayscale: #D7D7D7. Windows color (decimal): -2300043 or 7727068. OLE color: 7727068.

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

Color convert

RGB 220 231 117 -
CMYK 0.05 0 0.49 0.09
HSL 65.79º 0.7% 0.68% -
HSV(B) 65.79º 0.49% 0.91% -
XYZ 61.3 73.65 27.81 -
YUV 214.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 220 231 117 0.05 0 0.49 0.09 65.79 0.7 0.68
Hex DC E7 75 5 0 31 9 42 46 44
Octal 334 347 165 5 0 61 11 102 106 104
Binary 11011100 11100111 1110101 101 0 110001 1001 1000010 1000110 1000100

Color Harmonies of #DCE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE775

Black with #DCE775

Text Example


Text Example

White with #DCE775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE775; }

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

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

background-color css

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

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

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

border-color css

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

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

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