Html Css Color HEX #DCEF82 Mindaro

📋 copy color: '#DCEF82'

red 220 ◦ green 239 ◦ blue 130

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

Shades of Mindaro #DCEF82

Tints of Mindaro #DCEF82

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.58%

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

R = 37.35%
G = 40.58%
B = 22.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#DCEF82 (or 0xDCEF82) is known color: Mindaro. HEX triplet: DC, EF and 82. RGB value is (220,239,130). Sum of RGB (Red+Green+Blue) = 220+239+130=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF82 is #23107D. Grayscale: #DDDDDD. Windows color (decimal): -2297982 or 8581084. OLE color: 8581084.

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

Color convert

RGB 220 239 130 -
CMYK 0.08 0 0.46 0.06
HSL 70.46º 0.77% 0.72% -
HSV(B) 70.46º 0.46% 0.94% -
XYZ 64.41 78.56 32.89 -
YUV 220.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 220 239 130 0.08 0 0.46 0.06 70.46 0.77 0.72
Hex DC EF 82 8 0 2E 6 46 4D 48
Octal 334 357 202 10 0 56 6 106 115 110
Binary 11011100 11101111 10000010 1000 0 101110 110 1000110 1001101 1001000

Color Harmonies of #DCEF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF82

Black with #DCEF82

Text Example


Text Example

White with #DCEF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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