Html Css Color HEX #DCF163 Mindaro

📋 copy color: '#DCF163'

red 220 ◦ green 241 ◦ blue 99

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

Shades of Mindaro #DCF163

Tints of Mindaro #DCF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

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

R = 39.29%
G = 43.04%
B = 17.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DCF163 (or 0xDCF163) is known color: Mindaro. HEX triplet: DC, F1 and 63. RGB value is (220,241,99). Sum of RGB (Red+Green+Blue) = 220+241+99=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF163 is #230E9C. Grayscale: #DBDBDB. Windows color (decimal): -2297501 or 6549980. OLE color: 6549980.

HSL color Cylindrical-coordinate representation of color #DCF163: hue angle of 68.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF163 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 99 -
CMYK 0.09 0 0.59 0.05
HSL 68.87º 0.84% 0.67% -
HSV(B) 68.87º 0.59% 0.95% -
XYZ 63.22 79.03 23.73 -
YUV 218.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 220 241 99 0.09 0 0.59 0.05 68.87 0.84 0.67
Hex DC F1 63 9 0 3B 5 45 54 43
Octal 334 361 143 11 0 73 5 105 124 103
Binary 11011100 11110001 1100011 1001 0 111011 101 1000101 1010100 1000011

Color Harmonies of #DCF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF163

Black with #DCF163

Text Example


Text Example

White with #DCF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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