Html Css Color HEX #DCFC6F Mindaro

📋 copy color: '#DCFC6F'

red 220 ◦ green 252 ◦ blue 111

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

Shades of Mindaro #DCFC6F

Tints of Mindaro #DCFC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.04%

R = 37.74%
G = 43.22%
B = 19.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DCFC6F (or 0xDCFC6F) is known color: Mindaro. HEX triplet: DC, FC and 6F. RGB value is (220,252,111). Sum of RGB (Red+Green+Blue) = 220+252+111=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC6F is #230390. Grayscale: #E2E2E2. Windows color (decimal): -2294673 or 7339228. OLE color: 7339228.

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

Color convert

RGB 220 252 111 -
CMYK 0.13 0 0.56 0.01
HSL 73.62º 0.96% 0.71% -
HSV(B) 73.62º 0.56% 0.99% -
XYZ 67.19 85.98 28.09 -
YUV 226.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 220 252 111 0.13 0 0.56 0.01 73.62 0.96 0.71
Hex DC FC 6F D 0 38 1 4A 60 47
Octal 334 374 157 15 0 70 1 112 140 107
Binary 11011100 11111100 1101111 1101 0 111000 1 1001010 1100000 1000111

Color Harmonies of #DCFC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC6F

Black with #DCFC6F

Text Example


Text Example

White with #DCFC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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