Html Css Color HEX #DCF363 Mindaro

📋 copy color: '#DCF363'

red 220 ◦ green 243 ◦ blue 99

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

Shades of Mindaro #DCF363

Tints of Mindaro #DCF363

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

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

R = 39.15%
G = 43.24%
B = 17.62%

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

#DCF363 (or 0xDCF363) is known color: Mindaro. HEX triplet: DC, F3 and 63. RGB value is (220,243,99). Sum of RGB (Red+Green+Blue) = 220+243+99=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF363 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF363 is #230C9C. Grayscale: #DCDCDC. Windows color (decimal): -2296989 or 6550492. OLE color: 6550492.

HSL color Cylindrical-coordinate representation of color #DCF363: hue angle of 69.58º degrees, saturation: 0.86, 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 #DCF363 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 99 -
CMYK 0.09 0 0.59 0.05
HSL 69.58º 0.86% 0.67% -
HSV(B) 69.58º 0.59% 0.95% -
XYZ 63.82 80.22 23.92 -
YUV 219.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 220 243 99 0.09 0 0.59 0.05 69.58 0.86 0.67
Hex DC F3 63 9 0 3B 5 46 56 43
Octal 334 363 143 11 0 73 5 106 126 103
Binary 11011100 11110011 1100011 1001 0 111011 101 1000110 1010110 1000011

Color Harmonies of #DCF363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF363

Black with #DCF363

Text Example


Text Example

White with #DCF363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF363; }

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

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

background-color css

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

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

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

border-color css

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

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

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