Html Css Color HEX #DCEA6E Mindaro

📋 copy color: '#DCEA6E'

red 220 ◦ green 234 ◦ blue 110

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

Shades of Mindaro #DCEA6E

Tints of Mindaro #DCEA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.5%

R = 39.01%
G = 41.49%
B = 19.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DCEA6E (or 0xDCEA6E) is known color: Mindaro. HEX triplet: DC, EA and 6E. RGB value is (220,234,110). Sum of RGB (Red+Green+Blue) = 220+234+110=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA6E is #231591. Grayscale: #D8D8D8. Windows color (decimal): -2299282 or 7269084. OLE color: 7269084.

HSL color Cylindrical-coordinate representation of color #DCEA6E: hue angle of 66.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEA6E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 110 -
CMYK 0.06 0 0.53 0.08
HSL 66.77º 0.75% 0.67% -
HSV(B) 66.77º 0.53% 0.92% -
XYZ 61.75 75.19 26.01 -
YUV 215.68 68.36 131.08 -
System Red Green Blue C M Y K H S L
Decimal 220 234 110 0.06 0 0.53 0.08 66.77 0.75 0.67
Hex DC EA 6E 6 0 35 8 43 4B 43
Octal 334 352 156 6 0 65 10 103 113 103
Binary 11011100 11101010 1101110 110 0 110101 1000 1000011 1001011 1000011

Color Harmonies of #DCEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA6E

Black with #DCEA6E

Text Example


Text Example

White with #DCEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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