Html Css Color HEX #DCFF63 Mindaro

📋 copy color: '#DCFF63'

red 220 ◦ green 255 ◦ blue 99

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

Shades of Mindaro #DCFF63

Tints of Mindaro #DCFF63

RGB

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

 GREEN value IS 255 (100% from 255) = 44.43%

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

R = 38.33%
G = 44.43%
B = 17.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#DCFF63 (or 0xDCFF63) is known color: Mindaro. HEX triplet: DC, FF and 63. RGB value is (220,255,99). Sum of RGB (Red+Green+Blue) = 220+255+99=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 99 (39.06% from 255 or 17.25% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF63 is #23009C. Grayscale: #E3E3E3. Windows color (decimal): -2293917 or 6553564. OLE color: 6553564.

HSL color Cylindrical-coordinate representation of color #DCFF63: hue angle of 73.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFF63 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 99 -
CMYK 0.14 0 0.61 0
HSL 73.46º 1% 0.69% -
HSV(B) 73.46º 0.61% 1% -
XYZ 67.53 87.64 25.16 -
YUV 226.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 220 255 99 0.14 0 0.61 0 73.46 1 0.69
Hex DC FF 63 E 0 3D 0 49 64 45
Octal 334 377 143 16 0 75 0 111 144 105
Binary 11011100 11111111 1100011 1110 0 111101 0 1001001 1100100 1000101

Color Harmonies of #DCFF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF63

Black with #DCFF63

Text Example


Text Example

White with #DCFF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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