Html Css Color HEX #DCF77A Mindaro

📋 copy color: '#DCF77A'

red 220 ◦ green 247 ◦ blue 122

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

Shades of Mindaro #DCF77A

Tints of Mindaro #DCF77A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.94%

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 37.35%
G = 41.94%
B = 20.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#DCF77A (or 0xDCF77A) is known color: Mindaro. HEX triplet: DC, F7 and 7A. RGB value is (220,247,122). Sum of RGB (Red+Green+Blue) = 220+247+122=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF77A is #230885. Grayscale: #E1E1E1. Windows color (decimal): -2295942 or 8058844. OLE color: 8058844.

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

Color convert

RGB 220 247 122 -
CMYK 0.11 0 0.51 0.03
HSL 72.96º 0.89% 0.72% -
HSV(B) 72.96º 0.51% 0.97% -
XYZ 66.29 83.14 30.97 -
YUV 224.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 220 247 122 0.11 0 0.51 0.03 72.96 0.89 0.72
Hex DC F7 7A B 0 33 3 49 59 48
Octal 334 367 172 13 0 63 3 111 131 110
Binary 11011100 11110111 1111010 1011 0 110011 11 1001001 1011001 1001000

Color Harmonies of #DCF77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF77A

Black with #DCF77A

Text Example


Text Example

White with #DCF77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF77A; }

 p { color: rgb(220,247,122); }

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

background-color css

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

 a { background-color: rgb(220,247,122); }

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

border-color css

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

 span { border-color: rgb(220,247,122); }

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