Html Css Color HEX #DCF86E Mindaro

📋 copy color: '#DCF86E'

red 220 ◦ green 248 ◦ blue 110

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

Shades of Mindaro #DCF86E

Tints of Mindaro #DCF86E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.91%

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

R = 38.06%
G = 42.91%
B = 19.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DCF86E (or 0xDCF86E) is known color: Mindaro. HEX triplet: DC, F8 and 6E. RGB value is (220,248,110). Sum of RGB (Red+Green+Blue) = 220+248+110=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF86E is #230791. Grayscale: #E0E0E0. Windows color (decimal): -2295698 or 7272668. OLE color: 7272668.

HSL color Cylindrical-coordinate representation of color #DCF86E: hue angle of 72.17º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF86E is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 110 -
CMYK 0.11 0 0.56 0.03
HSL 72.17º 0.91% 0.7% -
HSV(B) 72.17º 0.56% 0.97% -
XYZ 65.9 83.48 27.39 -
YUV 223.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 220 248 110 0.11 0 0.56 0.03 72.17 0.91 0.7
Hex DC F8 6E B 0 38 3 48 5B 46
Octal 334 370 156 13 0 70 3 110 133 106
Binary 11011100 11111000 1101110 1011 0 111000 11 1001000 1011011 1000110

Color Harmonies of #DCF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF86E

Black with #DCF86E

Text Example


Text Example

White with #DCF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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