Html Css Color HEX #DCFD82 Mindaro

📋 copy color: '#DCFD82'

red 220 ◦ green 253 ◦ blue 130

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

Shades of Mindaro #DCFD82

Tints of Mindaro #DCFD82

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.96%

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

R = 36.48%
G = 41.96%
B = 21.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DCFD82 (or 0xDCFD82) is known color: Mindaro. HEX triplet: DC, FD and 82. RGB value is (220,253,130). Sum of RGB (Red+Green+Blue) = 220+253+130=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD82 is #23027D. Grayscale: #E5E5E5. Windows color (decimal): -2294398 or 8584668. OLE color: 8584668.

HSL color Cylindrical-coordinate representation of color #DCFD82: hue angle of 76.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFD82 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 130 -
CMYK 0.13 0 0.49 0.01
HSL 76.1º 0.97% 0.75% -
HSV(B) 76.1º 0.49% 0.99% -
XYZ 68.67 87.08 34.31 -
YUV 229.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 220 253 130 0.13 0 0.49 0.01 76.1 0.97 0.75
Hex DC FD 82 D 0 31 1 4C 61 4B
Octal 334 375 202 15 0 61 1 114 141 113
Binary 11011100 11111101 10000010 1101 0 110001 1 1001100 1100001 1001011

Color Harmonies of #DCFD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD82

Black with #DCFD82

Text Example


Text Example

White with #DCFD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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