Html Css Color HEX #DCF56E Mindaro

📋 copy color: '#DCF56E'

red 220 ◦ green 245 ◦ blue 110

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

Shades of Mindaro #DCF56E

Tints of Mindaro #DCF56E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.61%

 BLUE value IS 110 (43.36% from 255) = 19.13%

R = 38.26%
G = 42.61%
B = 19.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DCF56E (or 0xDCF56E) is known color: Mindaro. HEX triplet: DC, F5 and 6E. RGB value is (220,245,110). Sum of RGB (Red+Green+Blue) = 220+245+110=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF56E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF56E is #230A91. Grayscale: #DEDEDE. Windows color (decimal): -2296466 or 7271900. OLE color: 7271900.

HSL color Cylindrical-coordinate representation of color #DCF56E: hue angle of 71.11º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF56E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 110 -
CMYK 0.10 0 0.55 0.04
HSL 71.11º 0.87% 0.7% -
HSV(B) 71.11º 0.55% 0.96% -
XYZ 64.98 81.65 27.09 -
YUV 222.14 64.72 126.48 -
System Red Green Blue C M Y K H S L
Decimal 220 245 110 0.10 0 0.55 0.04 71.11 0.87 0.7
Hex DC F5 6E A 0 37 4 47 57 46
Octal 334 365 156 12 0 67 4 107 127 106
Binary 11011100 11110101 1101110 1010 0 110111 100 1000111 1010111 1000110

Color Harmonies of #DCF56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF56E

Black with #DCF56E

Text Example


Text Example

White with #DCF56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF56E; }

 p { color: rgb(220,245,110); }

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

background-color css

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

 a { background-color: rgb(220,245,110); }

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

border-color css

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

 span { border-color: rgb(220,245,110); }

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