Html Css Color HEX #DCF585 Mindaro

📋 copy color: '#DCF585'

red 220 ◦ green 245 ◦ blue 133

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

Shades of Mindaro #DCF585

Tints of Mindaro #DCF585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.97%

 BLUE value IS 133 (52.34% from 255) = 22.24%

R = 36.79%
G = 40.97%
B = 22.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#DCF585 (or 0xDCF585) is known color: Mindaro. HEX triplet: DC, F5 and 85. RGB value is (220,245,133). Sum of RGB (Red+Green+Blue) = 220+245+133=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF585 is #230A7A. Grayscale: #E1E1E1. Windows color (decimal): -2296443 or 8779228. OLE color: 8779228.

HSL color Cylindrical-coordinate representation of color #DCF585: hue angle of 73.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF585 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 133 -
CMYK 0.10 0 0.46 0.04
HSL 73.39º 0.85% 0.74% -
HSV(B) 73.39º 0.46% 0.96% -
XYZ 66.4 82.21 34.56 -
YUV 224.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 220 245 133 0.10 0 0.46 0.04 73.39 0.85 0.74
Hex DC F5 85 A 0 2E 4 49 55 4A
Octal 334 365 205 12 0 56 4 111 125 112
Binary 11011100 11110101 10000101 1010 0 101110 100 1001001 1010101 1001010

Color Harmonies of #DCF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF585

Black with #DCF585

Text Example


Text Example

White with #DCF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF585; }

 p { color: rgb(220,245,133); }

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

background-color css

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

 a { background-color: rgb(220,245,133); }

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

border-color css

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

 span { border-color: rgb(220,245,133); }

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