Html Css Color HEX #DCF185 Mindaro

📋 copy color: '#DCF185'

red 220 ◦ green 241 ◦ blue 133

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

Shades of Mindaro #DCF185

Tints of Mindaro #DCF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

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

R = 37.04%
G = 40.57%
B = 22.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DCF185 (or 0xDCF185) is known color: Mindaro. HEX triplet: DC, F1 and 85. RGB value is (220,241,133). Sum of RGB (Red+Green+Blue) = 220+241+133=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF185 is #230E7A. Grayscale: #DEDEDE. Windows color (decimal): -2297467 or 8778204. OLE color: 8778204.

HSL color Cylindrical-coordinate representation of color #DCF185: hue angle of 71.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF185 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 133 -
CMYK 0.09 0 0.45 0.05
HSL 71.67º 0.79% 0.73% -
HSV(B) 71.67º 0.45% 0.95% -
XYZ 65.2 79.82 34.16 -
YUV 222.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 220 241 133 0.09 0 0.45 0.05 71.67 0.79 0.73
Hex DC F1 85 9 0 2D 5 48 4F 49
Octal 334 361 205 11 0 55 5 110 117 111
Binary 11011100 11110001 10000101 1001 0 101101 101 1001000 1001111 1001001

Color Harmonies of #DCF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF185

Black with #DCF185

Text Example


Text Example

White with #DCF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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