Html Css Color HEX #DCFD66 Mindaro

📋 copy color: '#DCFD66'

red 220 ◦ green 253 ◦ blue 102

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

Shades of Mindaro #DCFD66

Tints of Mindaro #DCFD66

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

 BLUE value IS 102 (40.23% from 255) = 17.74%

R = 38.26%
G = 44%
B = 17.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DCFD66 (or 0xDCFD66) is known color: Mindaro. HEX triplet: DC, FD and 66. RGB value is (220,253,102). Sum of RGB (Red+Green+Blue) = 220+253+102=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD66 is #230299. Grayscale: #E2E2E2. Windows color (decimal): -2294426 or 6749660. OLE color: 6749660.

HSL color Cylindrical-coordinate representation of color #DCFD66: hue angle of 73.11º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFD66 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 102 -
CMYK 0.13 0 0.60 0.01
HSL 73.11º 0.97% 0.7% -
HSV(B) 73.11º 0.6% 0.99% -
XYZ 67.04 86.43 25.72 -
YUV 225.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 220 253 102 0.13 0 0.60 0.01 73.11 0.97 0.7
Hex DC FD 66 D 0 3C 1 49 61 46
Octal 334 375 146 15 0 74 1 111 141 106
Binary 11011100 11111101 1100110 1101 0 111100 1 1001001 1100001 1000110

Color Harmonies of #DCFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD66

Black with #DCFD66

Text Example


Text Example

White with #DCFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD66; }

 p { color: rgb(220,253,102); }

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

background-color css

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

 a { background-color: rgb(220,253,102); }

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

border-color css

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

 span { border-color: rgb(220,253,102); }

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