Html Css Color HEX #DCF861 Mindaro

📋 copy color: '#DCF861'

red 220 ◦ green 248 ◦ blue 97

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

Shades of Mindaro #DCF861

Tints of Mindaro #DCF861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.17%

R = 38.94%
G = 43.89%
B = 17.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DCF861 (or 0xDCF861) is known color: Mindaro. HEX triplet: DC, F8 and 61. RGB value is (220,248,97). Sum of RGB (Red+Green+Blue) = 220+248+97=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF861 is #23079E. Grayscale: #DEDEDE. Windows color (decimal): -2295711 or 6420700. OLE color: 6420700.

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

Color convert

RGB 220 248 97 -
CMYK 0.11 0 0.61 0.03
HSL 71.13º 0.92% 0.68% -
HSV(B) 71.13º 0.61% 0.97% -
XYZ 65.24 83.21 23.93 -
YUV 222.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 220 248 97 0.11 0 0.61 0.03 71.13 0.92 0.68
Hex DC F8 61 B 0 3D 3 47 5C 44
Octal 334 370 141 13 0 75 3 107 134 104
Binary 11011100 11111000 1100001 1011 0 111101 11 1000111 1011100 1000100

Color Harmonies of #DCF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF861

Black with #DCF861

Text Example


Text Example

White with #DCF861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF861; }

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

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

background-color css

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

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

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

border-color css

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

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

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