Html Css Color HEX #DCEA76 Mindaro

📋 copy color: '#DCEA76'

red 220 ◦ green 234 ◦ blue 118

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

Shades of Mindaro #DCEA76

Tints of Mindaro #DCEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.91%

 BLUE value IS 118 (46.48% from 255) = 20.63%

R = 38.46%
G = 40.91%
B = 20.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DCEA76 (or 0xDCEA76) is known color: Mindaro. HEX triplet: DC, EA and 76. RGB value is (220,234,118). Sum of RGB (Red+Green+Blue) = 220+234+118=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA76 is #231589. Grayscale: #D9D9D9. Windows color (decimal): -2299274 or 7793372. OLE color: 7793372.

HSL color Cylindrical-coordinate representation of color #DCEA76: hue angle of 67.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCEA76 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 118 -
CMYK 0.06 0 0.50 0.08
HSL 67.24º 0.73% 0.69% -
HSV(B) 67.24º 0.5% 0.92% -
XYZ 62.21 75.37 28.41 -
YUV 216.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 220 234 118 0.06 0 0.50 0.08 67.24 0.73 0.69
Hex DC EA 76 6 0 32 8 43 49 45
Octal 334 352 166 6 0 62 10 103 111 105
Binary 11011100 11101010 1110110 110 0 110010 1000 1000011 1001001 1000101

Color Harmonies of #DCEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA76

Black with #DCEA76

Text Example


Text Example

White with #DCEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA76; }

 p { color: rgb(220,234,118); }

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

background-color css

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

 a { background-color: rgb(220,234,118); }

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

border-color css

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

 span { border-color: rgb(220,234,118); }

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