Html Css Color HEX #DCF06D Mindaro

📋 copy color: '#DCF06D'

red 220 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #DCF06D

Tints of Mindaro #DCF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.16%

R = 38.66%
G = 42.18%
B = 19.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DCF06D (or 0xDCF06D) is known color: Mindaro. HEX triplet: DC, F0 and 6D. RGB value is (220,240,109). Sum of RGB (Red+Green+Blue) = 220+240+109=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF06D is #230F92. Grayscale: #DBDBDB. Windows color (decimal): -2297747 or 7205084. OLE color: 7205084.

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

Color convert

RGB 220 240 109 -
CMYK 0.08 0 0.55 0.06
HSL 69.16º 0.81% 0.68% -
HSV(B) 69.16º 0.55% 0.94% -
XYZ 63.44 78.64 26.3 -
YUV 219.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 220 240 109 0.08 0 0.55 0.06 69.16 0.81 0.68
Hex DC F0 6D 8 0 37 6 45 51 44
Octal 334 360 155 10 0 67 6 105 121 104
Binary 11011100 11110000 1101101 1000 0 110111 110 1000101 1010001 1000100

Color Harmonies of #DCF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF06D

Black with #DCF06D

Text Example


Text Example

White with #DCF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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