Html Css Color HEX #DCEA74 Mindaro

📋 copy color: '#DCEA74'

red 220 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #DCEA74

Tints of Mindaro #DCEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.35%

R = 38.6%
G = 41.05%
B = 20.35%

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

#DCEA74 (or 0xDCEA74) is known color: Mindaro. HEX triplet: DC, EA and 74. RGB value is (220,234,116). Sum of RGB (Red+Green+Blue) = 220+234+116=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA74 is #23158B. Grayscale: #D8D8D8. Windows color (decimal): -2299276 or 7662300. OLE color: 7662300.

HSL color Cylindrical-coordinate representation of color #DCEA74: hue angle of 67.12º degrees, saturation: 0.74, 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 #DCEA74 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 116 -
CMYK 0.06 0 0.50 0.08
HSL 67.12º 0.74% 0.69% -
HSV(B) 67.12º 0.5% 0.92% -
XYZ 62.09 75.32 27.79 -
YUV 216.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 220 234 116 0.06 0 0.50 0.08 67.12 0.74 0.69
Hex DC EA 74 6 0 32 8 43 4A 45
Octal 334 352 164 6 0 62 10 103 112 105
Binary 11011100 11101010 1110100 110 0 110010 1000 1000011 1001010 1000101

Color Harmonies of #DCEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA74

Black with #DCEA74

Text Example


Text Example

White with #DCEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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