Html Css Color HEX #DCFD75 Mindaro

📋 copy color: '#DCFD75'

red 220 ◦ green 253 ◦ blue 117

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

Shades of Mindaro #DCFD75

Tints of Mindaro #DCFD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.83%

R = 37.29%
G = 42.88%
B = 19.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#DCFD75 (or 0xDCFD75) is known color: Mindaro. HEX triplet: DC, FD and 75. RGB value is (220,253,117). Sum of RGB (Red+Green+Blue) = 220+253+117=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD75 is #23028A. Grayscale: #E4E4E4. Windows color (decimal): -2294411 or 7732700. OLE color: 7732700.

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

Color convert

RGB 220 253 117 -
CMYK 0.13 0 0.54 0.01
HSL 74.56º 0.97% 0.73% -
HSV(B) 74.56º 0.54% 0.99% -
XYZ 67.85 86.75 30 -
YUV 227.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 220 253 117 0.13 0 0.54 0.01 74.56 0.97 0.73
Hex DC FD 75 D 0 36 1 4B 61 49
Octal 334 375 165 15 0 66 1 113 141 111
Binary 11011100 11111101 1110101 1101 0 110110 1 1001011 1100001 1001001

Color Harmonies of #DCFD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD75

Black with #DCFD75

Text Example


Text Example

White with #DCFD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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