Html Css Color HEX #DCF17D Mindaro

📋 copy color: '#DCF17D'

red 220 ◦ green 241 ◦ blue 125

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

Shades of Mindaro #DCF17D

Tints of Mindaro #DCF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 37.54%
G = 41.13%
B = 21.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DCF17D (or 0xDCF17D) is known color: Mindaro. HEX triplet: DC, F1 and 7D. RGB value is (220,241,125). Sum of RGB (Red+Green+Blue) = 220+241+125=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17D is #230E82. Grayscale: #DDDDDD. Windows color (decimal): -2297475 or 8253916. OLE color: 8253916.

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

Color convert

RGB 220 241 125 -
CMYK 0.09 0 0.48 0.05
HSL 70.86º 0.81% 0.72% -
HSV(B) 70.86º 0.48% 0.95% -
XYZ 64.67 79.61 31.36 -
YUV 221.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 220 241 125 0.09 0 0.48 0.05 70.86 0.81 0.72
Hex DC F1 7D 9 0 30 5 47 51 48
Octal 334 361 175 11 0 60 5 107 121 110
Binary 11011100 11110001 1111101 1001 0 110000 101 1000111 1010001 1001000

Color Harmonies of #DCF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF17D

Black with #DCF17D

Text Example


Text Example

White with #DCF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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