Html Css Color HEX #DCF085 Mindaro

📋 copy color: '#DCF085'

red 220 ◦ green 240 ◦ blue 133

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

Shades of Mindaro #DCF085

Tints of Mindaro #DCF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.47%

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

R = 37.1%
G = 40.47%
B = 22.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DCF085 (or 0xDCF085) is known color: Mindaro. HEX triplet: DC, F0 and 85. RGB value is (220,240,133). Sum of RGB (Red+Green+Blue) = 220+240+133=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF085 is #230F7A. Grayscale: #DEDEDE. Windows color (decimal): -2297723 or 8777948. OLE color: 8777948.

HSL color Cylindrical-coordinate representation of color #DCF085: hue angle of 71.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF085 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 133 -
CMYK 0.08 0 0.45 0.06
HSL 71.21º 0.78% 0.73% -
HSV(B) 71.21º 0.45% 0.94% -
XYZ 64.91 79.23 34.06 -
YUV 221.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 220 240 133 0.08 0 0.45 0.06 71.21 0.78 0.73
Hex DC F0 85 8 0 2D 6 47 4E 49
Octal 334 360 205 10 0 55 6 107 116 111
Binary 11011100 11110000 10000101 1000 0 101101 110 1000111 1001110 1001001

Color Harmonies of #DCF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF085

Black with #DCF085

Text Example


Text Example

White with #DCF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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