Html Css Color HEX #DCF882 Mindaro

📋 copy color: '#DCF882'

red 220 ◦ green 248 ◦ blue 130

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

Shades of Mindaro #DCF882

Tints of Mindaro #DCF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

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

R = 36.79%
G = 41.47%
B = 21.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DCF882 (or 0xDCF882) is known color: Mindaro. HEX triplet: DC, F8 and 82. RGB value is (220,248,130). Sum of RGB (Red+Green+Blue) = 220+248+130=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF882 is #23077D. Grayscale: #E2E2E2. Windows color (decimal): -2295678 or 8583388. OLE color: 8583388.

HSL color Cylindrical-coordinate representation of color #DCF882: hue angle of 74.24º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF882 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 130 -
CMYK 0.11 0 0.48 0.03
HSL 74.24º 0.89% 0.74% -
HSV(B) 74.24º 0.48% 0.97% -
XYZ 67.11 83.96 33.79 -
YUV 226.18 73.72 123.59 -
System Red Green Blue C M Y K H S L
Decimal 220 248 130 0.11 0 0.48 0.03 74.24 0.89 0.74
Hex DC F8 82 B 0 30 3 4A 59 4A
Octal 334 370 202 13 0 60 3 112 131 112
Binary 11011100 11111000 10000010 1011 0 110000 11 1001010 1011001 1001010

Color Harmonies of #DCF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF882

Black with #DCF882

Text Example


Text Example

White with #DCF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF882; }

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

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

background-color css

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

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

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

border-color css

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

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

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