Html Css Color HEX #DCF864 Mindaro

📋 copy color: '#DCF864'

red 220 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #DCF864

Tints of Mindaro #DCF864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.61%

R = 38.73%
G = 43.66%
B = 17.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DCF864 (or 0xDCF864) is known color: Mindaro. HEX triplet: DC, F8 and 64. RGB value is (220,248,100). Sum of RGB (Red+Green+Blue) = 220+248+100=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF864 is #23079B. Grayscale: #DFDFDF. Windows color (decimal): -2295708 or 6617308. OLE color: 6617308.

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

Color convert

RGB 220 248 100 -
CMYK 0.11 0 0.60 0.03
HSL 71.35º 0.91% 0.68% -
HSV(B) 71.35º 0.6% 0.97% -
XYZ 65.38 83.27 24.68 -
YUV 222.76 58.72 126.03 -
System Red Green Blue C M Y K H S L
Decimal 220 248 100 0.11 0 0.60 0.03 71.35 0.91 0.68
Hex DC F8 64 B 0 3C 3 47 5B 44
Octal 334 370 144 13 0 74 3 107 133 104
Binary 11011100 11111000 1100100 1011 0 111100 11 1000111 1011011 1000100

Color Harmonies of #DCF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF864

Black with #DCF864

Text Example


Text Example

White with #DCF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF864; }

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

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

background-color css

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

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

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

border-color css

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

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

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