Html Css Color HEX #DCF06E Mindaro

📋 copy color: '#DCF06E'

red 220 ◦ green 240 ◦ blue 110

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

Shades of Mindaro #DCF06E

Tints of Mindaro #DCF06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.3%

R = 38.6%
G = 42.11%
B = 19.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#DCF06E (or 0xDCF06E) is known color: Mindaro. HEX triplet: DC, F0 and 6E. RGB value is (220,240,110). Sum of RGB (Red+Green+Blue) = 220+240+110=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF06E is #230F91. Grayscale: #DBDBDB. Windows color (decimal): -2297746 or 7270620. OLE color: 7270620.

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

Color convert

RGB 220 240 110 -
CMYK 0.08 0 0.54 0.06
HSL 69.23º 0.81% 0.69% -
HSV(B) 69.23º 0.54% 0.94% -
XYZ 63.49 78.66 26.59 -
YUV 219.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 220 240 110 0.08 0 0.54 0.06 69.23 0.81 0.69
Hex DC F0 6E 8 0 36 6 45 51 45
Octal 334 360 156 10 0 66 6 105 121 105
Binary 11011100 11110000 1101110 1000 0 110110 110 1000101 1010001 1000101

Color Harmonies of #DCF06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF06E

Black with #DCF06E

Text Example


Text Example

White with #DCF06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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