Html Css Color HEX #DCEA5E Mindaro

📋 copy color: '#DCEA5E'

red 220 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #DCEA5E

Tints of Mindaro #DCEA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.15%

R = 40.15%
G = 42.7%
B = 17.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#DCEA5E (or 0xDCEA5E) is known color: Mindaro. HEX triplet: DC, EA and 5E. RGB value is (220,234,94). Sum of RGB (Red+Green+Blue) = 220+234+94=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA5E is #2315A1. Grayscale: #D6D6D6. Windows color (decimal): -2299298 or 6220508. OLE color: 6220508.

HSL color Cylindrical-coordinate representation of color #DCEA5E: hue angle of 66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCEA5E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 94 -
CMYK 0.06 0 0.60 0.08
HSL 66º 0.77% 0.64% -
HSV(B) 66º 0.6% 0.92% -
XYZ 60.96 74.87 21.83 -
YUV 213.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 220 234 94 0.06 0 0.60 0.08 66 0.77 0.64
Hex DC EA 5E 6 0 3C 8 42 4D 40
Octal 334 352 136 6 0 74 10 102 115 100
Binary 11011100 11101010 1011110 110 0 111100 1000 1000010 1001101 1000000

Color Harmonies of #DCEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA5E

Black with #DCEA5E

Text Example


Text Example

White with #DCEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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