Html Css Color HEX #DCF982 Mindaro

📋 copy color: '#DCF982'

red 220 ◦ green 249 ◦ blue 130

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

Shades of Mindaro #DCF982

Tints of Mindaro #DCF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

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

R = 36.73%
G = 41.57%
B = 21.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DCF982 (or 0xDCF982) is known color: Mindaro. HEX triplet: DC, F9 and 82. RGB value is (220,249,130). Sum of RGB (Red+Green+Blue) = 220+249+130=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF982 is #23067D. Grayscale: #E3E3E3. Windows color (decimal): -2295422 or 8583644. OLE color: 8583644.

HSL color Cylindrical-coordinate representation of color #DCF982: hue angle of 74.62º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF982 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 130 -
CMYK 0.12 0 0.48 0.02
HSL 74.62º 0.91% 0.74% -
HSV(B) 74.62º 0.48% 0.98% -
XYZ 67.42 84.58 33.89 -
YUV 226.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 220 249 130 0.12 0 0.48 0.02 74.62 0.91 0.74
Hex DC F9 82 C 0 30 2 4B 5B 4A
Octal 334 371 202 14 0 60 2 113 133 112
Binary 11011100 11111001 10000010 1100 0 110000 10 1001011 1011011 1001010

Color Harmonies of #DCF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF982

Black with #DCF982

Text Example


Text Example

White with #DCF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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