Html Css Color HEX #DCF884 Mindaro

📋 copy color: '#DCF884'

red 220 ◦ green 248 ◦ blue 132

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

Shades of Mindaro #DCF884

Tints of Mindaro #DCF884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22%

R = 36.67%
G = 41.33%
B = 22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#DCF884 (or 0xDCF884) is known color: Mindaro. HEX triplet: DC, F8 and 84. RGB value is (220,248,132). Sum of RGB (Red+Green+Blue) = 220+248+132=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF884 is #23077B. Grayscale: #E2E2E2. Windows color (decimal): -2295676 or 8714460. OLE color: 8714460.

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

Color convert

RGB 220 248 132 -
CMYK 0.11 0 0.47 0.03
HSL 74.48º 0.89% 0.75% -
HSV(B) 74.48º 0.47% 0.97% -
XYZ 67.25 84.02 34.5 -
YUV 226.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 220 248 132 0.11 0 0.47 0.03 74.48 0.89 0.75
Hex DC F8 84 B 0 2F 3 4A 59 4B
Octal 334 370 204 13 0 57 3 112 131 113
Binary 11011100 11111000 10000100 1011 0 101111 11 1001010 1011001 1001011

Color Harmonies of #DCF884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF884

Black with #DCF884

Text Example


Text Example

White with #DCF884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF884; }

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

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

background-color css

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

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

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

border-color css

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

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

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