Html Css Color HEX #DCEA82 Mindaro

📋 copy color: '#DCEA82'

red 220 ◦ green 234 ◦ blue 130

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

Shades of Mindaro #DCEA82

Tints of Mindaro #DCEA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 37.67%
G = 40.07%
B = 22.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DCEA82 (or 0xDCEA82) is known color: Mindaro. HEX triplet: DC, EA and 82. RGB value is (220,234,130). Sum of RGB (Red+Green+Blue) = 220+234+130=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA82 is #23157D. Grayscale: #DADADA. Windows color (decimal): -2299262 or 8579804. OLE color: 8579804.

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

Color convert

RGB 220 234 130 -
CMYK 0.06 0 0.44 0.08
HSL 68.08º 0.71% 0.71% -
HSV(B) 68.08º 0.44% 0.92% -
XYZ 62.97 75.67 32.41 -
YUV 217.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 220 234 130 0.06 0 0.44 0.08 68.08 0.71 0.71
Hex DC EA 82 6 0 2C 8 44 47 47
Octal 334 352 202 6 0 54 10 104 107 107
Binary 11011100 11101010 10000010 110 0 101100 1000 1000100 1000111 1000111

Color Harmonies of #DCEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA82

Black with #DCEA82

Text Example


Text Example

White with #DCEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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