Html Css Color HEX #DCF87F Mindaro

📋 copy color: '#DCF87F'

red 220 ◦ green 248 ◦ blue 127

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

Shades of Mindaro #DCF87F

Tints of Mindaro #DCF87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.68%

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

R = 36.97%
G = 41.68%
B = 21.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#DCF87F (or 0xDCF87F) is known color: Mindaro. HEX triplet: DC, F8 and 7F. RGB value is (220,248,127). Sum of RGB (Red+Green+Blue) = 220+248+127=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF87F is #230780. Grayscale: #E2E2E2. Windows color (decimal): -2295681 or 8386780. OLE color: 8386780.

HSL color Cylindrical-coordinate representation of color #DCF87F: hue angle of 73.88º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF87F is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 127 -
CMYK 0.11 0 0.49 0.03
HSL 73.88º 0.9% 0.74% -
HSV(B) 73.88º 0.49% 0.97% -
XYZ 66.91 83.88 32.74 -
YUV 225.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 220 248 127 0.11 0 0.49 0.03 73.88 0.9 0.74
Hex DC F8 7F B 0 31 3 4A 5A 4A
Octal 334 370 177 13 0 61 3 112 132 112
Binary 11011100 11111000 1111111 1011 0 110001 11 1001010 1011010 1001010

Color Harmonies of #DCF87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF87F

Black with #DCF87F

Text Example


Text Example

White with #DCF87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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