Html Css Color HEX #DCFC7F Mindaro

📋 copy color: '#DCFC7F'

red 220 ◦ green 252 ◦ blue 127

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

Shades of Mindaro #DCFC7F

Tints of Mindaro #DCFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

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

R = 36.73%
G = 42.07%
B = 21.2%

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

#DCFC7F (or 0xDCFC7F) is known color: Mindaro. HEX triplet: DC, FC and 7F. RGB value is (220,252,127). Sum of RGB (Red+Green+Blue) = 220+252+127=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC7F is #230380. Grayscale: #E4E4E4. Windows color (decimal): -2294657 or 8387804. OLE color: 8387804.

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

Color convert

RGB 220 252 127 -
CMYK 0.13 0 0.50 0.01
HSL 75.36º 0.95% 0.74% -
HSV(B) 75.36º 0.5% 0.99% -
XYZ 68.16 86.37 33.16 -
YUV 228.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 220 252 127 0.13 0 0.50 0.01 75.36 0.95 0.74
Hex DC FC 7F D 0 32 1 4B 5F 4A
Octal 334 374 177 15 0 62 1 113 137 112
Binary 11011100 11111100 1111111 1101 0 110010 1 1001011 1011111 1001010

Color Harmonies of #DCFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC7F

Black with #DCFC7F

Text Example


Text Example

White with #DCFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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