Html Css Color HEX #DCF082 Mindaro

📋 copy color: '#DCF082'

red 220 ◦ green 240 ◦ blue 130

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

Shades of Mindaro #DCF082

Tints of Mindaro #DCF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.68%

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

R = 37.29%
G = 40.68%
B = 22.03%

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

#DCF082 (or 0xDCF082) is known color: Mindaro. HEX triplet: DC, F0 and 82. RGB value is (220,240,130). Sum of RGB (Red+Green+Blue) = 220+240+130=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF082 is #230F7D. Grayscale: #DDDDDD. Windows color (decimal): -2297726 or 8581340. OLE color: 8581340.

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

Color convert

RGB 220 240 130 -
CMYK 0.08 0 0.46 0.06
HSL 70.91º 0.79% 0.73% -
HSV(B) 70.91º 0.46% 0.94% -
XYZ 64.7 79.15 32.99 -
YUV 221.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 220 240 130 0.08 0 0.46 0.06 70.91 0.79 0.73
Hex DC F0 82 8 0 2E 6 47 4F 49
Octal 334 360 202 10 0 56 6 107 117 111
Binary 11011100 11110000 10000010 1000 0 101110 110 1000111 1001111 1001001

Color Harmonies of #DCF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF082

Black with #DCF082

Text Example


Text Example

White with #DCF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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