Html Css Color HEX #DCE760 Mindaro

📋 copy color: '#DCE760'

red 220 ◦ green 231 ◦ blue 96

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

Shades of Mindaro #DCE760

Tints of Mindaro #DCE760

RGB

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

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

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

R = 40.22%
G = 42.23%
B = 17.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DCE760 (or 0xDCE760) is known color: Mindaro. HEX triplet: DC, E7 and 60. RGB value is (220,231,96). Sum of RGB (Red+Green+Blue) = 220+231+96=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE760 is #23189F. Grayscale: #D4D4D4. Windows color (decimal): -2300064 or 6350812. OLE color: 6350812.

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

Color convert

RGB 220 231 96 -
CMYK 0.05 0 0.58 0.09
HSL 64.89º 0.74% 0.64% -
HSV(B) 64.89º 0.58% 0.91% -
XYZ 60.2 73.21 22.02 -
YUV 212.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 220 231 96 0.05 0 0.58 0.09 64.89 0.74 0.64
Hex DC E7 60 5 0 3A 9 41 4A 40
Octal 334 347 140 5 0 72 11 101 112 100
Binary 11011100 11100111 1100000 101 0 111010 1001 1000001 1001010 1000000

Color Harmonies of #DCE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE760

Black with #DCE760

Text Example


Text Example

White with #DCE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE760; }

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

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

background-color css

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

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

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

border-color css

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

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

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