Html Css Color HEX #DCFD62 Mindaro

📋 copy color: '#DCFD62'

red 220 ◦ green 253 ◦ blue 98

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

Shades of Mindaro #DCFD62

Tints of Mindaro #DCFD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.16%

R = 38.53%
G = 44.31%
B = 17.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#DCFD62 (or 0xDCFD62) is known color: Mindaro. HEX triplet: DC, FD and 62. RGB value is (220,253,98). Sum of RGB (Red+Green+Blue) = 220+253+98=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD62 is #23029D. Grayscale: #E2E2E2. Windows color (decimal): -2294430 or 6487516. OLE color: 6487516.

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

Color convert

RGB 220 253 98 -
CMYK 0.13 0 0.61 0.01
HSL 72.77º 0.97% 0.69% -
HSV(B) 72.77º 0.61% 0.99% -
XYZ 66.85 86.35 24.7 -
YUV 225.46 56.07 124.1 -
System Red Green Blue C M Y K H S L
Decimal 220 253 98 0.13 0 0.61 0.01 72.77 0.97 0.69
Hex DC FD 62 D 0 3D 1 49 61 45
Octal 334 375 142 15 0 75 1 111 141 105
Binary 11011100 11111101 1100010 1101 0 111101 1 1001001 1100001 1000101

Color Harmonies of #DCFD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD62

Black with #DCFD62

Text Example


Text Example

White with #DCFD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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