Html Css Color HEX #DCEA7E Mindaro

📋 copy color: '#DCEA7E'

red 220 ◦ green 234 ◦ blue 126

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

Shades of Mindaro #DCEA7E

Tints of Mindaro #DCEA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 37.93%
G = 40.34%
B = 21.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DCEA7E (or 0xDCEA7E) is known color: Mindaro. HEX triplet: DC, EA and 7E. RGB value is (220,234,126). Sum of RGB (Red+Green+Blue) = 220+234+126=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7E is #231581. Grayscale: #D9D9D9. Windows color (decimal): -2299266 or 8317660. OLE color: 8317660.

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

Color convert

RGB 220 234 126 -
CMYK 0.06 0 0.46 0.08
HSL 67.78º 0.72% 0.71% -
HSV(B) 67.78º 0.46% 0.92% -
XYZ 62.7 75.57 31.02 -
YUV 217.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 220 234 126 0.06 0 0.46 0.08 67.78 0.72 0.71
Hex DC EA 7E 6 0 2E 8 44 48 47
Octal 334 352 176 6 0 56 10 104 110 107
Binary 11011100 11101010 1111110 110 0 101110 1000 1000100 1001000 1000111

Color Harmonies of #DCEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA7E

Black with #DCEA7E

Text Example


Text Example

White with #DCEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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