Html Css Color HEX #DCFD7F Mindaro

📋 copy color: '#DCFD7F'

red 220 ◦ green 253 ◦ blue 127

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

Shades of Mindaro #DCFD7F

Tints of Mindaro #DCFD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.17%

R = 36.67%
G = 42.17%
B = 21.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#DCFD7F (or 0xDCFD7F) is known color: Mindaro. HEX triplet: DC, FD and 7F. RGB value is (220,253,127). Sum of RGB (Red+Green+Blue) = 220+253+127=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD7F is #230280. Grayscale: #E5E5E5. Windows color (decimal): -2294401 or 8388060. OLE color: 8388060.

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

Color convert

RGB 220 253 127 -
CMYK 0.13 0 0.50 0.01
HSL 75.71º 0.97% 0.75% -
HSV(B) 75.71º 0.5% 0.99% -
XYZ 68.47 87 33.26 -
YUV 228.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 220 253 127 0.13 0 0.50 0.01 75.71 0.97 0.75
Hex DC FD 7F D 0 32 1 4C 61 4B
Octal 334 375 177 15 0 62 1 114 141 113
Binary 11011100 11111101 1111111 1101 0 110010 1 1001100 1100001 1001011

Color Harmonies of #DCFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD7F

Black with #DCFD7F

Text Example


Text Example

White with #DCFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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