Html Css Color HEX #DCEA81 Mindaro

📋 copy color: '#DCEA81'

red 220 ◦ green 234 ◦ blue 129

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

Shades of Mindaro #DCEA81

Tints of Mindaro #DCEA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.13%

R = 37.74%
G = 40.14%
B = 22.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DCEA81 (or 0xDCEA81) is known color: Mindaro. HEX triplet: DC, EA and 81. RGB value is (220,234,129). Sum of RGB (Red+Green+Blue) = 220+234+129=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA81 is #23157E. Grayscale: #DADADA. Windows color (decimal): -2299263 or 8514268. OLE color: 8514268.

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

Color convert

RGB 220 234 129 -
CMYK 0.06 0 0.45 0.08
HSL 68º 0.71% 0.71% -
HSV(B) 68º 0.45% 0.92% -
XYZ 62.9 75.65 32.05 -
YUV 217.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 220 234 129 0.06 0 0.45 0.08 68 0.71 0.71
Hex DC EA 81 6 0 2D 8 44 47 47
Octal 334 352 201 6 0 55 10 104 107 107
Binary 11011100 11101010 10000001 110 0 101101 1000 1000100 1000111 1000111

Color Harmonies of #DCEA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA81

Black with #DCEA81

Text Example


Text Example

White with #DCEA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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