Html Css Color HEX #DCF172 Mindaro

📋 copy color: '#DCF172'

red 220 ◦ green 241 ◦ blue 114

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

Shades of Mindaro #DCF172

Tints of Mindaro #DCF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.83%

R = 38.26%
G = 41.91%
B = 19.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DCF172 (or 0xDCF172) is known color: Mindaro. HEX triplet: DC, F1 and 72. RGB value is (220,241,114). Sum of RGB (Red+Green+Blue) = 220+241+114=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF172 is #230E8D. Grayscale: #DCDCDC. Windows color (decimal): -2297486 or 7533020. OLE color: 7533020.

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

Color convert

RGB 220 241 114 -
CMYK 0.09 0 0.53 0.05
HSL 69.92º 0.82% 0.7% -
HSV(B) 69.92º 0.53% 0.95% -
XYZ 64.01 79.34 27.86 -
YUV 220.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 220 241 114 0.09 0 0.53 0.05 69.92 0.82 0.7
Hex DC F1 72 9 0 35 5 46 52 46
Octal 334 361 162 11 0 65 5 106 122 106
Binary 11011100 11110001 1110010 1001 0 110101 101 1000110 1010010 1000110

Color Harmonies of #DCF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF172

Black with #DCF172

Text Example


Text Example

White with #DCF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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