Html Css Color HEX #DCFD7A Mindaro

📋 copy color: '#DCFD7A'

red 220 ◦ green 253 ◦ blue 122

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

Shades of Mindaro #DCFD7A

Tints of Mindaro #DCFD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 36.97%
G = 42.52%
B = 20.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DCFD7A (or 0xDCFD7A) is known color: Mindaro. HEX triplet: DC, FD and 7A. RGB value is (220,253,122). Sum of RGB (Red+Green+Blue) = 220+253+122=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD7A is #230285. Grayscale: #E4E4E4. Windows color (decimal): -2294406 or 8060380. OLE color: 8060380.

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

Color convert

RGB 220 253 122 -
CMYK 0.13 0 0.52 0.01
HSL 75.11º 0.97% 0.74% -
HSV(B) 75.11º 0.52% 0.99% -
XYZ 68.15 86.87 31.59 -
YUV 228.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 220 253 122 0.13 0 0.52 0.01 75.11 0.97 0.74
Hex DC FD 7A D 0 34 1 4B 61 4A
Octal 334 375 172 15 0 64 1 113 141 112
Binary 11011100 11111101 1111010 1101 0 110100 1 1001011 1100001 1001010

Color Harmonies of #DCFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD7A

Black with #DCFD7A

Text Example


Text Example

White with #DCFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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