#DCF37A

Color #DCF37A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCF37A

Tints of Mindaro #DCF37A

Color information

#DCF37A (or 0xDCF37A) is unknown color: approx Mindaro. HEX triplet: DC, F3 and 7A. RGB value is (220,243,122). Sum of RGB (Red+Green+Blue) = 220+243+122=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37A is #230C85. Grayscale: #DEDEDE. Windows color (decimal): -2296966 or 8057820. OLE color: 8057820.

HSL color Cylindrical-coordinate representation of color #DCF37A: hue angle of 71.4º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF37A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB220243122-
CMYK0.0900.500.05
HSL71.4º83.45%71.57%-
HSV(B)71.4º49.79%95.29%-
XYZ65.0880.7230.56-
YUV222.3371.38126.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 122 (48.05% from 255) = 20.85%
R=37.61%
G=41.54%
B=20.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431220.0900.500.0571.483.4571.57
HexDCF37A90325475348
Octal334363172110625107123110
Binary1101110011110011111101010010110010101100011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF37A; }

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

 H1.HeaderClassName
 {
   color: #DCF37A;
 }
 .AnyTagClassName
 {
   color: #DCF37A;
 }
</style>
background-color css

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

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

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

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

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

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