Html Css Color HEX #DCF07A Mindaro

📋 copy color: '#DCF07A'

red 220 ◦ green 240 ◦ blue 122

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

Shades of Mindaro #DCF07A

Tints of Mindaro #DCF07A

RGB

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

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

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

R = 37.8%
G = 41.24%
B = 20.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#DCF07A (or 0xDCF07A) is known color: Mindaro. HEX triplet: DC, F0 and 7A. RGB value is (220,240,122). Sum of RGB (Red+Green+Blue) = 220+240+122=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF07A is #230F85. Grayscale: #DDDDDD. Windows color (decimal): -2297734 or 8057052. OLE color: 8057052.

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

Color convert

RGB 220 240 122 -
CMYK 0.08 0 0.49 0.06
HSL 70.17º 0.8% 0.71% -
HSV(B) 70.17º 0.49% 0.94% -
XYZ 64.19 78.94 30.27 -
YUV 220.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 220 240 122 0.08 0 0.49 0.06 70.17 0.8 0.71
Hex DC F0 7A 8 0 31 6 46 50 47
Octal 334 360 172 10 0 61 6 106 120 107
Binary 11011100 11110000 1111010 1000 0 110001 110 1000110 1010000 1000111

Color Harmonies of #DCF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF07A

Black with #DCF07A

Text Example


Text Example

White with #DCF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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