Html Css Color HEX #DCF07F Mindaro

📋 copy color: '#DCF07F'

red 220 ◦ green 240 ◦ blue 127

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

Shades of Mindaro #DCF07F

Tints of Mindaro #DCF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

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

R = 37.48%
G = 40.89%
B = 21.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DCF07F (or 0xDCF07F) is known color: Mindaro. HEX triplet: DC, F0 and 7F. RGB value is (220,240,127). Sum of RGB (Red+Green+Blue) = 220+240+127=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF07F is #230F80. Grayscale: #DDDDDD. Windows color (decimal): -2297729 or 8384732. OLE color: 8384732.

HSL color Cylindrical-coordinate representation of color #DCF07F: hue angle of 70.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF07F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 127 -
CMYK 0.08 0 0.47 0.06
HSL 70.62º 0.79% 0.72% -
HSV(B) 70.62º 0.47% 0.94% -
XYZ 64.51 79.07 31.94 -
YUV 221.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 220 240 127 0.08 0 0.47 0.06 70.62 0.79 0.72
Hex DC F0 7F 8 0 2F 6 47 4F 48
Octal 334 360 177 10 0 57 6 107 117 110
Binary 11011100 11110000 1111111 1000 0 101111 110 1000111 1001111 1001000

Color Harmonies of #DCF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF07F

Black with #DCF07F

Text Example


Text Example

White with #DCF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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