Html Css Color HEX #DCF86D Mindaro

📋 copy color: '#DCF86D'

red 220 ◦ green 248 ◦ blue 109

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

Shades of Mindaro #DCF86D

Tints of Mindaro #DCF86D

RGB

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

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

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

R = 38.13%
G = 42.98%
B = 18.89%

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

#DCF86D (or 0xDCF86D) is known color: Mindaro. HEX triplet: DC, F8 and 6D. RGB value is (220,248,109). Sum of RGB (Red+Green+Blue) = 220+248+109=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF86D is #230792. Grayscale: #E0E0E0. Windows color (decimal): -2295699 or 7207132. OLE color: 7207132.

HSL color Cylindrical-coordinate representation of color #DCF86D: hue angle of 72.09º 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 #DCF86D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 109 -
CMYK 0.11 0 0.56 0.03
HSL 72.09º 0.91% 0.7% -
HSV(B) 72.09º 0.56% 0.97% -
XYZ 65.84 83.45 27.11 -
YUV 223.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 220 248 109 0.11 0 0.56 0.03 72.09 0.91 0.7
Hex DC F8 6D B 0 38 3 48 5B 46
Octal 334 370 155 13 0 70 3 110 133 106
Binary 11011100 11111000 1101101 1011 0 111000 11 1001000 1011011 1000110

Color Harmonies of #DCF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF86D

Black with #DCF86D

Text Example


Text Example

White with #DCF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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