Html Css Color HEX #DCF46F Mindaro

📋 copy color: '#DCF46F'

red 220 ◦ green 244 ◦ blue 111

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

Shades of Mindaro #DCF46F

Tints of Mindaro #DCF46F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.43%

 BLUE value IS 111 (43.75% from 255) = 19.3%

R = 38.26%
G = 42.43%
B = 19.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DCF46F (or 0xDCF46F) is known color: Mindaro. HEX triplet: DC, F4 and 6F. RGB value is (220,244,111). Sum of RGB (Red+Green+Blue) = 220+244+111=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF46F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF46F is #230B90. Grayscale: #DEDEDE. Windows color (decimal): -2296721 or 7337180. OLE color: 7337180.

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

Color convert

RGB 220 244 111 -
CMYK 0.10 0 0.55 0.04
HSL 70.83º 0.86% 0.7% -
HSV(B) 70.83º 0.55% 0.96% -
XYZ 64.74 81.06 27.27 -
YUV 221.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 220 244 111 0.10 0 0.55 0.04 70.83 0.86 0.7
Hex DC F4 6F A 0 37 4 47 56 46
Octal 334 364 157 12 0 67 4 107 126 106
Binary 11011100 11110100 1101111 1010 0 110111 100 1000111 1010110 1000110

Color Harmonies of #DCF46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF46F

Black with #DCF46F

Text Example


Text Example

White with #DCF46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF46F; }

 p { color: rgb(220,244,111); }

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

background-color css

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

 a { background-color: rgb(220,244,111); }

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

border-color css

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

 span { border-color: rgb(220,244,111); }

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