Html Css Color HEX #DCF07E Mindaro

📋 copy color: '#DCF07E'

red 220 ◦ green 240 ◦ blue 126

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

Shades of Mindaro #DCF07E

Tints of Mindaro #DCF07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 37.54%
G = 40.96%
B = 21.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DCF07E (or 0xDCF07E) is known color: Mindaro. HEX triplet: DC, F0 and 7E. RGB value is (220,240,126). Sum of RGB (Red+Green+Blue) = 220+240+126=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF07E is #230F81. Grayscale: #DDDDDD. Windows color (decimal): -2297730 or 8319196. OLE color: 8319196.

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

Color convert

RGB 220 240 126 -
CMYK 0.08 0 0.48 0.06
HSL 70.53º 0.79% 0.72% -
HSV(B) 70.53º 0.48% 0.94% -
XYZ 64.44 79.04 31.6 -
YUV 221.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 220 240 126 0.08 0 0.48 0.06 70.53 0.79 0.72
Hex DC F0 7E 8 0 30 6 47 4F 48
Octal 334 360 176 10 0 60 6 107 117 110
Binary 11011100 11110000 1111110 1000 0 110000 110 1000111 1001111 1001000

Color Harmonies of #DCF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF07E

Black with #DCF07E

Text Example


Text Example

White with #DCF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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