Html Css Color HEX #DCEA7D Mindaro

📋 copy color: '#DCEA7D'

red 220 ◦ green 234 ◦ blue 125

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

Shades of Mindaro #DCEA7D

Tints of Mindaro #DCEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 38%
G = 40.41%
B = 21.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DCEA7D (or 0xDCEA7D) is known color: Mindaro. HEX triplet: DC, EA and 7D. RGB value is (220,234,125). Sum of RGB (Red+Green+Blue) = 220+234+125=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7D is #231582. Grayscale: #D9D9D9. Windows color (decimal): -2299267 or 8252124. OLE color: 8252124.

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

Color convert

RGB 220 234 125 -
CMYK 0.06 0 0.47 0.08
HSL 67.71º 0.72% 0.7% -
HSV(B) 67.71º 0.47% 0.92% -
XYZ 62.64 75.54 30.68 -
YUV 217.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 220 234 125 0.06 0 0.47 0.08 67.71 0.72 0.7
Hex DC EA 7D 6 0 2F 8 44 48 46
Octal 334 352 175 6 0 57 10 104 110 106
Binary 11011100 11101010 1111101 110 0 101111 1000 1000100 1001000 1000110

Color Harmonies of #DCEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA7D

Black with #DCEA7D

Text Example


Text Example

White with #DCEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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