Html Css Color HEX #DCFD65 Mindaro

📋 copy color: '#DCFD65'

red 220 ◦ green 253 ◦ blue 101

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

Shades of Mindaro #DCFD65

Tints of Mindaro #DCFD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.6%

R = 38.33%
G = 44.08%
B = 17.6%

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

#DCFD65 (or 0xDCFD65) is known color: Mindaro. HEX triplet: DC, FD and 65. RGB value is (220,253,101). Sum of RGB (Red+Green+Blue) = 220+253+101=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD65 is #23029A. Grayscale: #E2E2E2. Windows color (decimal): -2294427 or 6684124. OLE color: 6684124.

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

Color convert

RGB 220 253 101 -
CMYK 0.13 0 0.60 0.01
HSL 73.03º 0.97% 0.69% -
HSV(B) 73.03º 0.6% 0.99% -
XYZ 66.99 86.41 25.46 -
YUV 225.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 220 253 101 0.13 0 0.60 0.01 73.03 0.97 0.69
Hex DC FD 65 D 0 3C 1 49 61 45
Octal 334 375 145 15 0 74 1 111 141 105
Binary 11011100 11111101 1100101 1101 0 111100 1 1001001 1100001 1000101

Color Harmonies of #DCFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD65

Black with #DCFD65

Text Example


Text Example

White with #DCFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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