Html Css Color HEX #DCF863 Mindaro

📋 copy color: '#DCF863'

red 220 ◦ green 248 ◦ blue 99

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

Shades of Mindaro #DCF863

Tints of Mindaro #DCF863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.46%

R = 38.8%
G = 43.74%
B = 17.46%

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

#DCF863 (or 0xDCF863) is known color: Mindaro. HEX triplet: DC, F8 and 63. RGB value is (220,248,99). Sum of RGB (Red+Green+Blue) = 220+248+99=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF863 is #23079C. Grayscale: #DFDFDF. Windows color (decimal): -2295709 or 6551772. OLE color: 6551772.

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

Color convert

RGB 220 248 99 -
CMYK 0.11 0 0.60 0.03
HSL 71.28º 0.91% 0.68% -
HSV(B) 71.28º 0.6% 0.97% -
XYZ 65.33 83.25 24.43 -
YUV 222.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 220 248 99 0.11 0 0.60 0.03 71.28 0.91 0.68
Hex DC F8 63 B 0 3C 3 47 5B 44
Octal 334 370 143 13 0 74 3 107 133 104
Binary 11011100 11111000 1100011 1011 0 111100 11 1000111 1011011 1000100

Color Harmonies of #DCF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF863

Black with #DCF863

Text Example


Text Example

White with #DCF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF863; }

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

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

background-color css

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

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

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

border-color css

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

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

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